Constructors
| Name | Description |
|---|---|
| PopupMenu() | Creates a new popup menu. |
| PopupMenu(String) | Creates a new popup menu with the specified name. |
Methods
| Name | Description |
|---|---|
| addNotify() | Creates the popup menu's peer. |
| show(Component, int, int) | Shows the popup menu at the x, y position relative to an origin component. |