public interface SystemTrayIcon
On macOS it's the upper-right of the status bar, on Windows the bottom right of the taskbar and on most Linux distributions that are Gnome/KDE-based it's an on-screen system tray.
| Modifier and Type | Method and Description |
|---|---|
URL |
getIcon() |
String |
getLabel() |
Map<MenuItem,ActionListener> |
getMenuItems() |
String getLabel()
URL getIcon()
Must be validly usable with Toolkit.getImage(URL).
Map<MenuItem,ActionListener> getMenuItems()
Copyright © 2018. All rights reserved.