Access to an application's main menu.
843806May 23 2009 — edited May 23 2009When 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