1

enter image description here

How do I switch Scene Builder to English? Did I download the wrong version of Java or is this something I can change in settings?

notrly
  • 53
  • 3
  • Does this help? https://stackoverflow.com/questions/57422568/cant-understand-the-language-of-scene-builder-user-interface – Wortig Dec 06 '21 at 20:16
  • Unfortunately, no :( – notrly Dec 06 '21 at 21:40
  • It does not seem like problem is with Scene Builder (of course it is not). I saw this kind of "weird" symbols when i tried to run my jar application on some Mac (do not know model or version), are you using mac? Maybe try different JDK/JRE in your system. – Wortig Dec 07 '21 at 00:23
  • Does this answer your question? [Scene Builder Editor displaying weird characters](https://stackoverflow.com/questions/65150438/scene-builder-editor-displaying-weird-characters) – Wortig Dec 07 '21 at 00:27

1 Answers1

0

add the second line below right after you declare the Parent

Parent root = FXMLLoader.load(getClass().getResource("sample.fxml"));
root.setStyle("-fx-font-family: 'Times New Roman';");
OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
notrly
  • 53
  • 3