Package varro.gui.components.general

Examples of varro.gui.components.general.VInternalFrame


       
        //Set up the GUI
        desktop = new JDesktopPane(); //a specialized layerd pane
       
        //Set up the first internal frame; that is, the first inner window
        window0 = new VInternalFrame("Calendar", 700, 300);
        window0.setMinimumSize(new Dimension(300,200));
        window0.getContentPane().setLayout(new SpringLayout());

       
        //Set up the day array
View Full Code Here

TOP

Related Classes of varro.gui.components.general.VInternalFrame

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.