Menu
AWT Menu is implemented by Motif CascadeButton and a PulldownMenu
The PulldownMenu is linked to the CascadeButton
The default constructor
Menu(String label)
creates a non-tearable menu. The constructor
Menu(String label, boolean tearOff)
allows control of this
Slide 114