Chapter Summary
In this chapter you've learned about the basic organization and structure of MIDP applications. The center of the MIDP programming model is the MIDlet.
The main components of a MIDlet's structure are the MIDlet instance, a Display instance, and one or more Displayable widgets, which are UI components.
MIDlet objects are associated with a Display object. MIDlets create Displayable widgets, which are UI components, and request that they be displayed on the device's screen. The display manages the device's screen and the visibility of the UI widgets.
The abstract Screen class is the first of two main types that categorize all Displayable objects. The Screen class is the central display abstraction. The Form class is a concrete subclass ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access