Menus
- All menu components are subclassed from MenuComponent (MenuBar, Menu,
MenuItem, CheckboxMenuItem).
- Menus are pulldown menus only
- Menus parent off Frame's MainWindow.
- Menus can be changed by the setMenu() of Frame.
This unmaps the old menu and maps the new one
Slide 112