Package pdp.scrabble.ihm.action.impl

Examples of pdp.scrabble.ihm.action.impl.MenuBarActionImpl


  /** Create a new menu bar.
   * @param mainFrame main frame reference.
   */
  public MenuBar(MainFrame mainFrame) {
    this.mainFrame = mainFrame;
    this.action = new MenuBarActionImpl(mainFrame);
    this.menus = new TreeMap<String, JMenu>();
    this.items = new TreeMap<String, JMenuItem>();
  }
View Full Code Here

TOP

Related Classes of pdp.scrabble.ihm.action.impl.MenuBarActionImpl

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.