dustinkredmond / FXTrayIcon

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

Update FXTrayIcon Builder trayIcon to protected #26

Closed NexRX closed 2 years ago

NexRX commented 2 years ago

Changed trayIcon in FXTrayIcon.Builder to be protected. This allows extending the Builder and setting trayIcon to an extend instance of FXTrayIcon.

dustinkredmond commented 2 years ago

Thanks for contributing!