dustinkredmond / FXTrayIcon

Tray Icon implementation for JavaFX applications. Say goodbye to using AWT's SystemTray icon, instead use a JavaFX Tray Icon.
MIT License
326 stars 25 forks source link

Adding styling to the menu-item #87

Open xRuBYN opened 1 month ago

xRuBYN commented 1 month ago

Something like this

Screenshot 2024-08-02 at 15 53 43
dustinkredmond commented 1 month ago

Don't believe that we can since the FXTrayIcon class basically augments the AWT TrayIcon without doing anything too fancy. I will look into the latest API for TrayIcon but if nothing has changed recently I'll probably close this issue with some comment along the lines of "unable to implement".