Creating a Java ME Midlet

After creating the MIDlet project, you can create MIDlets for the project.

Steps

  1. Select File > New > Java ME MIDlet to display the Java ME MIDlet screen.

    Figure: Creating new Java MIDlet

  2. Click Finish. This creates the MIDlet class.

  3. Add code to the MIDlet class and save the changes.