Please take a look at this image: http://i.imgur.com/pHIg1AA.png
Is it possible to change the application name ("My JavaFX-based Mac App") in the Mac OS X system menu bar at runtime after the app starts?
If it's not possible to change at runtime, is there a way to change it after app restarts?
I think that name came from Info.plist.
The app is built using JavaFX ant task for Mac OS X.
Thanks.
解决方案
When using javafx-maven-plugin you can specify it in your pom.xml like this:
com.zenjava
javafx-maven-plugin
8.6.0
Aaa Working Title
...
...