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

After adding checkMenuItem, chech or uncheck not working #65

Closed ctoabidmaqbool closed 1 year ago

ctoabidmaqbool commented 1 year ago

After adding checkMenuItem check / uncheck change listener not working fine.

e.g. not working fine:

CheckMenuItem checkMenu1 = new CheckMenuItem("Test");

trayIcon.addMenuItem(checkMenu1);

checkMenu1.setSelected(true);
dustinkredmond commented 1 year ago

Working on this with commit 887be5c, fill be fixed before next minor version release.