Adding MIDlets to a Project Configuration
See Also
You Can add, remove, and arrange the MIDlet classes in a project configuration
by choosing File > "active
project
name" properties. In the Project Properties dialog, select MIDlets.
The MIDlet project properties dialog enables you to add or remove MIDlets
from the MIDlet Suite for the active project configuration, and determine the
order in which MIDlets are shown in a MIDlet suite.
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.
- Any class added to the project that extends MIDlet
(directly or indirectly) will be automatically be added to the Application
Descriptor.
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
- Creating MIDP Projects
- Working with Project Configurations
Legal Notices