Package de.sciss.meloncillo.render

Examples of de.sciss.meloncillo.render.FilterDialog


    {
      AppWindow filterFrame = (AppWindow) getApplication().getComponent( Main.COMP_FILTER );
   
      if( filterFrame == null ) {
        final Main root = (Main) AbstractApplication.getApplication();
        filterFrame = new FilterDialog( root, doc );
      }
      filterFrame.setVisible( true );
      filterFrame.toFront();
    }

TOP

Related Classes of de.sciss.meloncillo.render.FilterDialog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.