Package net.cakenet.jsaton.ui

Examples of net.cakenet.jsaton.ui.MainWindow


        try {
            UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
        } catch (Exception e) {
            e.printStackTrace();
        }
        JFrame jf = new MainWindow();
        jf.setPreferredSize(new Dimension(800, 600));
        jf.pack();
        jf.setVisible(true);
    }
View Full Code Here

TOP

Related Classes of net.cakenet.jsaton.ui.MainWindow

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.