Package net.cakenet.jsaton.ui

Examples of net.cakenet.jsaton.ui.MainWindow.pack()


        } 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
Copyright © 2018 www.massapi.com. 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.