-
JPopupMenu in the Swing components tab
-
PopupMenu in the AWT components tab
popupMenu1.show (component, 100, 100);
See the API documentation that comes with the Java 2 SDK for more details.
| See also | |
|---|---|
|
Creating a Menu Bar
Changing the Current Menu Bar Adding a Menu to a Menu Bar Adding a Menu Item Adding an Event Handler to a Menu Item | |