Package org.netfpga.mdi

Examples of org.netfpga.mdi.WindowMenu


     */
    public AbstractMainFrame() {

        initComponents();

        menuBar.add(new WindowMenu((MDIDesktopPane) desktopPane));

        /* Add scrolling for the Frames */
        scrollPane.getViewport().add(desktopPane);
        getContentPane().setLayout(new BorderLayout());
        getContentPane().add(scrollPane,BorderLayout.CENTER);
View Full Code Here

TOP

Related Classes of org.netfpga.mdi.WindowMenu

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.