Hi Tony,
I don't know the exact syntax for the FX deploy script (is it the -title
or -name option for the javafxpackager [1] ?), however [2] suggests that
the CFBundleName key in Info.plist can be used to set the application
name. I can confirm that Glass reads the value and assigns it to the
application name. The Quit menu item then uses this name for its text label.
Does setting the CFBundleName work for you?
[1] http://docs.oracle.com/javafx/2/deployment/javafxpackager.htm
[2] https://javafx-jira.kenai.com/browse/RT-18563
--
best regards,
Anthony
On 6/11/2014 7:54 AM, Tony Anecito wrote:
Hi All,
I noticed the menu bar for OS X is probably using my class name that has the
static main in it. How do I override that in the JavFX Deploy ant script? The
About, Hide and Quit sub-menu items are using a different name than what I
want. The main menu item is correct.
Thanks!
Tony