Package net.ftb.gui.dialogs

Examples of net.ftb.gui.dialogs.FirstRunDialog


            Logger.logDebug("FirstRunDialog");
            try {
                EventQueue.invokeAndWait(new Runnable() {
                    @Override
                    public void run () {
                        FirstRunDialog firstRunDialog = new FirstRunDialog();
                        firstRunDialog.setVisible(true);
                    }
                });
            } catch (Exception e) {
            }
        }
View Full Code Here

TOP

Related Classes of net.ftb.gui.dialogs.FirstRunDialog

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.