dustinkredmond / FXTrayIcon

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

Addresses Issue #71 #80

Closed EasyG0ing1 closed 11 months ago

EasyG0ing1 commented 1 year ago

This PR closes out Issue #71

Additionally, I made some changes in the README under the animation section - correcting typos and making the wording more concise.

Left the version number at 4.2.0-SNAPSHOT since it doesn't appear that you've pushed anything new to Maven Repository, but at this point, you could either publish it as a SNAPSHOT for people to test, or just remove the SNAPSHOT and push it to Maven as a 4.2.0 release. I've been using the snapshot without any problems so I'm comfortable at least with its stability at this rev.