Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TrayMenu can't show unicode characters #84

Open
GTOL opened this issue Sep 22, 2023 · 1 comment
Open

TrayMenu can't show unicode characters #84

GTOL opened this issue Sep 22, 2023 · 1 comment

Comments

@GTOL
Copy link

GTOL commented Sep 22, 2023

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

@dustinkredmond
Copy link
Owner

Great find! I think we can handle this, let me look at it a bit further, but in this day and age, there's not a lot that doesn't support Unicode. I would think that even the AWT calls that we make support this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants