Skip to content

Instantly share code, notes, and snippets.

@mapkyca
Created April 4, 2012 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mapkyca/2299663 to your computer and use it in GitHub Desktop.
Save mapkyca/2299663 to your computer and use it in GitHub Desktop.
Note To Self: Change the OSX dock title within Java
/*
* To correctly set the doc name of a java App in OSX, use....
*/
System.setProperty("com.apple.mrj.application.apple.menu.about.name", "Foo");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment