Package org.compiere.apps

Examples of org.compiere.apps.WindowMenu


    mTools.addSeparator();
    AEnv.addMenuItem("Preference", null, null, mTools, this);
   
    //    Window
    AMenu aMenu = (AMenu)Env.getWindow(0);
    JMenu mWindow = new WindowMenu(aMenu.getWindowManager(), this);
    menuBar.add(mWindow);

    //      Help
    JMenu mHelp = AEnv.getMenu("Help");
    menuBar.add(mHelp);
View Full Code Here

TOP

Related Classes of org.compiere.apps.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.