GTOL
GTOL
I try to use CDF format to store my data so that each piece of data is using one dimension and two variables. I noticed that the loading speed of...
1. In version 1.0.0, double-clicking on the 3d chart will make the chart rotating automatically, and scrolling mouse wheel can zoom in/out the chart. but in the current version (1.0.2),...
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)