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

TrayMenu can't show unicode characters #84

Open GTOL opened 9 months ago

GTOL commented 9 months ago

Code to reproduce the problem.

FXTrayIcon icon = new FXTrayIcon(stage, App.class.getResource("image/icon.png"));
icon.show();
icon.addExitItem("退出");

FYI Unicode text is not displayed correctly in awt Label