Package de.netsysit.view

Examples of de.netsysit.view.MainFrame


       
        ActionFactory.init();
  EventQueue.invokeLater(new Runnable() {
            @Override public void run() {
                try {
                    MainFrame mainFrame = MainFrame.getInstance();
                    mainFrame.setLocationRelativeTo(null);
                    mainFrame.setVisible(true);
                } catch (Exception e) {System.out.println(e.getMessage());}
    }
  });
       
       
View Full Code Here

TOP

Related Classes of de.netsysit.view.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.