Package bdsup2sub.gui.main

Examples of bdsup2sub.gui.main.MainFrame


                setupGUI();
                SwingUtilities.invokeLater(new Runnable() {
                    public void run() {
                        configuration.setCliMode(false);
                        Application app = new DefaultApplication();
                        MainFrame mainFrame = new MainFrame(options.getInputFile());
                        app.addApplicationListener(mainFrame.getApplicationListener());
                        mainFrame.setVisible(true);
                    }
                });
            } else {
                runCliLoop();
            }
View Full Code Here

TOP

Related Classes of bdsup2sub.gui.main.MainFrame

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.