Package de.sciss.gui

Examples of de.sciss.gui.AboutBox


    public void actionPerformed( ActionEvent e )
    {
      JFrame aboutBox = (JFrame) getApplication().getComponent( AboutBox.COMP_ABOUTBOX );
   
      if( aboutBox == null ) {
        aboutBox = new AboutBox();
      }
      aboutBox.setVisible( true );
      aboutBox.toFront();
    }
View Full Code Here

TOP

Related Classes of de.sciss.gui.AboutBox

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.