1

I wrote a java application called "screen" and made that into an app on mac. The app works fine, but when I open the app, and click on the name on the toolbar, it does not refer to it as "screen". It says the name is "Main".

Is there a way that I can change from "About Main", "Hide Main" and "Quit Main" to "About screen", "Hide Screen" and "Quit Screen"?

1 Answers1

1

"-Xdock:name=appName" Add this to the cfg file in the resources folder.