Skip to content

TrayMenu can't show unicode characters #84

@GTOL

Description

@GTOL

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions