Example usage for Java java.awt MenuBar fields, constructors, methods, implement or subclass
The text is from its open source code.
MenuBar() Creates a new menu bar. |
Menu | add(Menu m) Adds the specified menu to the menu bar. |
void | setHelpMenu(final Menu m) Sets the specified menu to be this menu bar's help menu. |