Launcher
Launcher copied to clipboard
OS X - Menu Bar & Dock Icon/Text
Would be great to have a other name in the OS X menu bar then the main class ("FancyLauncher").
http://stackoverflow.com/questions/8955638/how-do-i-move-my-jmenubar-to-the-screen-menu-bar-on-mac-os-x/8956715#8956715
Also a different Icon with something like this:
Application.getApplication().setDockIconImage(icon);
And the dock name shows currently "java" and can probably changed with this:
http://stackoverflow.com/questions/2553941/programatically-setting-the-dockname-java-mac-os-x-jvm-property
The menu bar thing is already added, but I have to update the bootstrap sometime to do the dock thing. However, I don't think the boostrap starts a new Java process so that changes things a bit.