MIDP Project Properties: MIDlets
See Also
Use the MIDlets properties page to add, remove, or change the order of MIDlets
within a MIDlet suite for the active project configuration.
You open the MIDlets properties page by choosing File > <active
project
name> Properties. In the Project Properties dialog, select Application
Descriptor
MIDlets.
If you are setting the MIDlet properties for a project configuration other
than the default configuration (DefaultConfiguration
), you must
uncheck the Use Values from "DefaultConfiguration" checkbox at the top of the
page.
The MIDlets table lists the MIDlets contained in the suite, and lists the
following properties:
- Name. The displayable name of the MIDlet that the user sees when the MIDlet
is run on a mobile device.
- Class. The java class that for the MIDlet.
- Icon. An icon (a
.png
file), representing the MIDlet, that
the user sees when the the MIDlet
is run on a mobile device.
- Java classes and icons that are not valid are
highlighted in red.
To add a MIDlet to a suite:
- Click the Add button.
This opens the Add MIDlet dialog. The dialog lists the MIDlets available
in the project.
- Use the Add MIDlet dialog to enter a name, then select a MIDlet class from
the dropdown menu. You can also choose an icon for the MIDlet from the
MIDlet icon
dropdown
menu.
- Click OK to close the dialog. The MIDlet is listed in the table.
To Edit a MIDlet in the suite:
- Select a midlet and click the Edit button.
This opens the Edit MIDlet dialog.
- Use the Edit MIDlet dialog to Edit the name, MIDlet class, and MIDlet icon.
To change the order in which a MIDlet is shown:
- Select an attribute and click the Move Up or Move Down button.
- See Also
- About MIDlets
- Working with Midlets
Legal Notices