Slide 3.7: The hello-world MIDlet
  Slide 3.9: Line-by-line anatomy of HelloMIDlet.java (cont.)
  Home


Line-by-line Anatomy of HelloMIDlet.java


import javax.microedition.lcdui.*;
The package javax.microedition.lcdui provides a set of features for implementation of user interfaces for MIDP applications.

Class hierarchy Interface hierarchy