New MIDP File Wizard:
Name and Location Page
See Also
You open the New MIDP File wizard by choosing File > New File and selecting
a file from the MIDP category. You use this page of the wizard to specify the
name of the MIDP class and its location within a project.
In the Name and Location page, you set the following properties:
- MIDP Class Name. The name of the new MIDP class.
Note that there cannot be two classes with identical names within the same
project.
- Project. Shows the name of the project selected in the
previous step. This field is not editable.
- Package. Specifies the location of the MIDlet class. You
can select an existing package from the Combo Box, or type in the name of
a new package. The new package is created along with the class.
- Created File. Shows the name and location of the file when
it is created. This field is not editable.
If you are creating a new MIDlet, you can also set the following properties:
- MIDlet Class Name. The displayable name that users see
when the application is run on a mobile device.
- MIDlet Icon. An icon that is associated with the MIDlet.
Users see this icon when the MIDlet is run on a mobile device.
- See Also
- Java ME MIDP Project and File Templates
- About the Java Application Descriptor (JAD) File
Legal Notices