Every time a JavaFX program is compiled, the logo and the name are setted as:
Is there anyway to change the "java" label?
Every time a JavaFX program is compiled, the logo and the name are setted as:
Is there anyway to change the "java" label?
In order to get proper support for that you will have to package your code into a real application. This can be done with the new jpackage tool in JDK 14+.