JPopupMenu (Swing)

Use a JPopupMenu bean JPopupMenu to provide a pop-up list of choices for window components. The user can display the menu by clicking a pop-up mouse button on a component. You can also add subclasses of AbstractAction to the free-form surface and add them to the menu in the menu get method.


Related procedures
Adding a menu or tool bar

Related references
Sun's JPopupMenu bean documentation
Menu and tool bar beans
Beans for visual composition