Package joshua.ui

Examples of joshua.ui.StartupWindow


    new Thread(
    //javax.swing.SwingUtilities.invokeLater(
        new Runnable() {
      public void run() {
        //splashScreen = new components.SplashScreen("Alignment Viewer", Color.BLACK, 5);
        splashScreen = new StartupWindow("Alignment Viewer", Color.BLACK, 5);
      }
    }).start();
   
     try { Thread.sleep(1000); } catch (Exception e) {}
   
View Full Code Here

TOP

Related Classes of joshua.ui.StartupWindow

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.