posted 24 years ago
Component has a method for adding a PopUpMenu, also
Component implements the MenuContainer interface but that interface is for implementing the method remove(MenuComponent).
I think that you can use menus in a Frame by the MenuBar class or menus by PopUpMenu class in any Component. I don�t know is there is another case where you can implement the usage of menus.
Does anybody know?