posted 24 years ago
"Adding menus to an aplication requires a class that implements the MenuContainer interface.
The classes in the java.awt package that implement MenuContainer are Component, Frame, Menu,
and MenuBar, so practically anything can host a menu."
Does that mean a Menu can be hosted by anything?? I think it can be hosted by only Menubar. Am i right??
- Thanks