1

Every time a JavaFX program is compiled, the logo and the name are setted as: JavaFX program

Is there anyway to change the "java" label?

  • Does this answer your question? [Javafx change osx menubar name](https://stackoverflow.com/questions/23768839/javafx-change-osx-menubar-name) – Couper May 08 '20 at 09:29

1 Answers1

3

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+.

mipa
  • 10,369
  • 2
  • 16
  • 35