Package org.analyse.core.gui

Examples of org.analyse.core.gui.AboutWindow


        }
       
      //  analyseFrame.initGUI();

        splash.setProgress(90);
        aboutWindow = new AboutWindow(analyseFrame);
        parametrageWindow = new ParametrageWindow(analyseFrame);
        splash.setProgress(100);
        analyseFrame.setVisible(true);
        splash.setVisible(false);
View Full Code Here

TOP

Related Classes of org.analyse.core.gui.AboutWindow

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.