SceneBuilder useful for creating JavaFX apps. However, if you install SceneBuilder 11.0.0 with Windows Installer from GLUON Site, there is a problem that Japanese menus etc. are garbled.
Tatsuno Otoshigo's blog is very helpful, but maybe because of the version difference, the path etc. are slightly different, so the book In the article, I would like to introduce the procedure for eliminating garbled characters in SceneBuilder 11.0.0 again.
If you install SceneBuilder 11.0.0 by following the steps below, the Japanese menu will be garbled.
The file "\ com \ oracle \ javafx \ scenebuilder \ app \ i18n \ SceneBuilderApp_ja.properties" contained in the file "C: \ Program Files \ SceneBuilder \ app \ scenebuilder-11.0.0-all.jar" is corrupted. It seems that it has been done.
From the GLUON SceneBuilder GitHub repository (https://github.com/gluonhq/scenebuilder), download the following files:
Make sure the downloaded file is saved in UTF-8. If this is not the case, save it in UTF-8 using Notepad.
※Caution: At the time of this writing, the SceneBuilder 11.0.0 source is maintained in the master branch. If the version on the repository is advanced, you may need to pay attention to the branch from which you are getting it.
Overwrite the following file with the file obtained in 1. above.
For Windows 10, you can overwrite the files in the jar by following the steps below.
If you execute "C: \ Program Files \ SceneBuilder \ SceneBuilder.exe", you can confirm that the garbled characters have been resolved.
Congratulations, congratulations.
Recommended Posts