Package org.analyse.core.gui

Examples of org.analyse.core.gui.AnalyseFrame


        AnalyseModule mod;
        mod = new MeriseModule();
        modules.put(mod.getID(), mod);
        splash.setProgress(20);

        analyseFrame = new AnalyseFrame();

        for (Iterator<Entry<String, AnalyseModule>> e = modules.entrySet().iterator(); e.hasNext();) {
            e.next().getValue().initGUI(analyseFrame);
        }
       
View Full Code Here

TOP

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

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.