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

JPMS support #68

Closed Jorge-Fern closed 1 year ago

Jorge-Fern commented 1 year ago

Added module-info.java and made some small changes, so the library can be used with modularized projects without breaking JLink/JPackage support.

changed source code target to 11 added OpenJFX dependencies

dustinkredmond commented 1 year ago

@Jorge-Fern I had been meaning to get around to this, but it looks like you've taken care of it. Thank you for this pull request! I'm going to merge this and hopefully push a release by this evening.

Since this may break things for the folks still on JDK8, I'm going to release this under major version 4.0.0. Stay tuned for this release shortly.