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](https://stackoverflow.com/questions/37684632/unicode-text-is-not-displayed-correctly-in-awt-label)