| Modifier | Constructor and Description |
|---|---|
private |
NoSysTray() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
addIcon(java.awt.Image im,
java.lang.String tooltip,
java.awt.PopupMenu popup,
java.awt.event.ActionListener iconListener)
Adds an icon to the system tray.
|
boolean |
isSupported()
Indicates whether system tray functionality is available.
|
void |
removeIcon(java.lang.Object trayIcon)
Removes a previously-added icon from the tray.
|
getInstancepublic boolean isSupported()
SysTrayisSupported in class SysTraypublic java.lang.Object addIcon(java.awt.Image im,
java.lang.String tooltip,
java.awt.PopupMenu popup,
java.awt.event.ActionListener iconListener)
SysTraypublic void removeIcon(java.lang.Object trayIcon)
SysTrayremoveIcon in class SysTraytrayIcon - object obtained from a previous invocation of
addIcon