-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: fx2.0
-
Component/s: javafx
-
Environment:
windows build36
Even if the Locale is explicitly set to:
Locale.setDefault(Locale.FRENCH);
primaryStage.setFullScreen(true);
The display shows: "Press ESC to exit full-screen mode"
Thanks.
Locale.setDefault(Locale.FRENCH);
primaryStage.setFullScreen(true);
The display shows: "Press ESC to exit full-screen mode"
Thanks.