More on Menus
MenuItems can be disabled or enabled by calling menuitem.setEnabled ( false ); (or true for the enabled case)
There are CheckboxMenuItems, submenus,and MenuShortcuts.
In JMenus, there are also RadioButtonMenuItems, keyboard shortcuts and accelerators. JMenuItems may have icons as well.