I'm a Java programmer with loads of experience in application code but none in GUI development. I decided to get some experience by writing a crossplatform GUI frontend to some web-related Java utilities I wrote, so I'm doing a simple GUI using Swing and Eclipse.
Now, I want this to work like a Mac program as well as on Windows and Linux. For the Mac I am able to get the screen menu bar displaying the menus, but I can't work out how to display the application name properly, and I can't find anything online (I can do this in XCode, but like I said, I want to use Eclipse so I'm sure it's crossplatform). See the screen shot. Anyone with Java+Swing+Mac experience know how to modify this?
Now, I want this to work like a Mac program as well as on Windows and Linux. For the Mac I am able to get the screen menu bar displaying the menus, but I can't work out how to display the application name properly, and I can't find anything online (I can do this in XCode, but like I said, I want to use Eclipse so I'm sure it's crossplatform). See the screen shot. Anyone with Java+Swing+Mac experience know how to modify this?