TrayIcon
Class TrayIcon
- java.lang.Object
-
- java.awt.TrayIcon
public class TrayIcon extends Object
A TrayIcon
object represents a tray icon that can be added to the system tray
. A TrayIcon
can have a tooltip (text), an image, a popup menu, and a set of listeners associated with it.
A TrayIcon
can generate various MouseEvents
and supports adding corresponding listeners to receive notification of these events. TrayIcon
processes some of the events by itself. For example, by default, when the right-mouse click is performed on the TrayIcon
it displays the specified popup menu. When the m