Launcher icon indicating copy to clipboard operation
Launcher copied to clipboard

OS X - Menu Bar & Dock Icon/Text

Open Sir-Will opened this issue 10 years ago • 1 comments

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

Sir-Will avatar Aug 02 '15 00:08 Sir-Will

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.

sk89q avatar Aug 03 '15 20:08 sk89q