Use to specify the name of the MIDP class and its location within a project.
Select a Java ME project, then choose File > New File, select a MIDP file from the CLDC category to access this page.
| Element | Description | 
|---|---|
| MIDP Class Name | Specifies the name of the new MIDP class. Note that there cannot be two classes with identical names within the same project. | 
| Project | Displays 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 drop-down list 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. | 
| MIDlet Class Name | Specifies the displayable name that users see when the application is run on a mobile device. This field only available if you are creating a new MIDlet. | 
| MIDlet Icon | Specifies an n icon that is associated with the MIDlet. Users see this icon when the MIDlet is run on a mobile device. This field only available if you are creating a new MIDlet. | 
Related Topics
Developing Applications with NetBeans IDE,
Developing Applications with NetBeans IDE,
| Copyright © 2015, Oracle and/or its affiliates. All rights reserved. |