Package be.xtnd.commons

Examples of be.xtnd.commons.WindowMenu


    Container contentPane = this.getContentPane();
    contentPane.setLayout(new BorderLayout());
   
    int menuPosition = 0;
    if(rootMenuBar.getComponentCount()!=0) menuPosition = rootMenuBar.getComponentCount()-1;
    rootMenuBar.add(new WindowMenu(desktop),menuPosition);
    this.setJMenuBar(rootMenuBar);
      this.setIconImage(MainGui.icon);

    if(toolBar!=null)
      contentPane.add(toolBar, BorderLayout.NORTH);
View Full Code Here

TOP

Related Classes of be.xtnd.commons.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.