Menu Editing

Create GWT Menu Bars and Menu Items
  • Graphically edit menu items in context
  • Dedicated Menu Controls palette
  • Create top-level menu bars
  • Create drop-down or cascaded menus
  • Create menu items
  • Create menu item separators
Add Command objects to menu items
  • Double-click on a menu item or right-click on a menu item and select the Add Command... option to add a Command object
  • New anonymous Command class created with execute() method
  • Add application-specific behavior to the execute() method.