dorkbox / SystemTray

Cross-platform SystemTray support for Swing/AWT, macOS, GtkStatusIcon, and AppIndicator on Java 8+
Other
446 stars 58 forks source link

No displayMessage method #124

Closed ToMe25 closed 4 years ago

ToMe25 commented 4 years ago

As stated in #123 i tried to switch to this library from Javas SystemTray api, but after alot of looking in the code, i couldn't find any replacement for TrayIcon.displayMessage. This is something i really think is missing.

ToMe25 commented 4 years ago

I just now found your repository for this kind of stuff, so i guess this is solved.