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

usage in modular fx project? #59

Closed BeanVortex closed 1 year ago

BeanVortex commented 1 year ago

is there any way to use the library with a modular project?

EasyG0ing1 commented 1 year ago

@DarkDeveloper-arch

is there any way to use the library with a modular project?

I use Maven, and add the library to my dependencies, then just add this to your module-info.java file:

requires FXTrayIcon;