Search code examples
javasystem-traytrayiconsystray

How to change the tray icon with Java?


I need to change the tray icon, so that it would notify users about the number of unread messages.

How to do this with Java?


Solution

  • Take a look at the SystemTray class.