Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Access to an application's main menu.

843806May 23 2009 — edited May 23 2009
When I run my Java application, named "MyApp", it automatically has a main menu, titled "main.MyApp", containing several menu items referencing "main.MyApp".

Q1: How do I change this to read "MyApp", ie without "main." in front of it?

This "main.MyApp" menu has an "About main.MyApp" item, which actioned, brings up a dialog saying "About main.MyApp version 12.2.0 (12.2.0)"

Q2: Where does it get this version number from, and how do I change it?

-Ron.

Jave SE 1.5.0 on Mac OS X 10.5.7
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 20 2009
Added on May 23 2009
10 comments
162 views