Igor Kromin |   Consultant. Coder. Blogger. Tinkerer. Gamer.

I've been updating a Swing app recently and discovered that under OS X Mavericks the dock name setting does not work as expected. Previously it was possible to set this programatically, now it seems that the dock name can only be set via a java startup option.

Here is the issue demonstrated. My class has the following code:
System.setProperty("com.apple.mrj.application.apple.menu.about.name", "TEST");

mavdn1.png




When I run this, the result comes up as:

mavdn2.png mavdn5.png


Note that the menu name is not set to the expected 'TEST' value but uses the java class name instead.
In addition to this, the dock is set to 'java' instead of 'TEST'.

When I set the -Xdock:name property on the java executable, this changes the menu name as expected, but the dock still retains it's 'java' text.
mavdn3.png


mavdn4.png mavdn5.png


At the moment there does not seem to be any way of fixing this in Java code.



-i

A quick disclaimer...

Although I put in a great effort into researching all the topics I cover, mistakes can happen. Use of any information from my blog posts should be at own risk and I do not hold any liability towards any information misuse or damages caused by following any of my posts.

All content and opinions expressed on this Blog are my own and do not represent the opinions of my employer (Oracle). Use of any information contained in this blog post/article is subject to this disclaimer.
Hi! You can search my blog here ⤵
NOTE: (2022) This Blog is no longer maintained and I will not be answering any emails or comments.

I am now focusing on Atari Gamer.