Uses of Class
java.awt.PopupMenu
Package
Description
Contains all of the classes for creating user interfaces and for painting
graphics and images.
-
Uses of PopupMenu in java.awt
Modifier and TypeMethodDescriptionTaskbar.getMenu()
Gets PopupMenu used to add items to this application's icon in system task area.TrayIcon.getPopupMenu()
Returns the popup menu associated with thisTrayIcon
.Modifier and TypeMethodDescriptionvoid
Adds the specified popup menu to the component.void
Attaches the contents of the provided PopupMenu to the application icon in the task area.void
TrayIcon.setPopupMenu
(PopupMenu popup) Sets the popup menu for thisTrayIcon
.