mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
03.40.2008 9a2b7fab9d523ff7867840d43cc6739de7c5ee4d
opends/src/guitools/org/opends/guitools/controlpanel/ui/MainMenuBar.java
@@ -62,6 +62,20 @@
  {
    super(info);
    addMenus();
    if (Utilities.isMacOS())
    {
      setMacOSQuitHandler();
    }
  }
  /**
   * Method that can be overwritten to set specific menus.
   *
   */
  protected void addMenus()
  {
    JMenu menu;
    JMenuItem menuItem;
@@ -86,11 +100,6 @@
      add(menu);
    }
    add(createHelpMenuBar());
    if (Utilities.isMacOS())
    {
      setMacOSQuitHandler();
    }
  }
  /**