Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

dws90

macrumors regular
Original poster
Jan 16, 2008
122
0
This is a rather basic question, so forgive me.

I'm making a simple Chinese Checkers program in Java using Eclipse. I want to make the app's title on the menu bar (right next to the Apple logo) display as "Chinese Checkers".

When I call the constructor for the JFrame with "Chinese Checkers" as the argument, it changes the title of the app in the center of the app's title bar. The name on the menu, however, remains packageName.className (in this case, "checkPack.Arena"). How do I change that to "Chinese Checkers"?

Thanks.
 

dws90

macrumors regular
Original poster
Jan 16, 2008
122
0
Thanks - 1-Xdock:name="Chinese Checkers"' seems to be what I need.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.