text in the upper left corner

J

John B. Matthews

bob smith said:
I'm developing a Swing app on Mac.

Unfortunately, there's some text in the upper left corner, and I
don't know how to change it.

http://postimage.org/image/wtbjn5bqz/

Anyone know how to change this?

You can change the name from the command line:

java -Xdock:name="Some Name" ...

or by setting the relevant property early in your program:

System.setProperty(
"com.apple.mrj.application.apple.menu.about.name",
"Some Name");
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top