Search code examples
javamacoslibgdx

Change name of libGDX DesktopLauncher in mac OSX menu bar


I want to change the name of the menu bar items when launching my libGDX game from OSX

Example of how it is now

I tried changing the title in the DesktopLauncher config but this only changes the window title, not the menu bar. Any help?


Solution

  • Just change the name of your DesktopLauncher.java class (and file).