March 2002
Intermediate to advanced
400 pages
8h 44m
English
The previous examples covered some of the components that build the foundation for all MIDP applications. In the rest of this chapter, you'll see the remaining UI components.
On the main screen of the UIComponent demo application (see http://www.phptr.com/), the second element of the list is a demo of the DateField class. Figure 5.1 indicates that DateField is a kind of Item; as such, it must be part of a Form in order to be displayed. Listing 5.5 shows the source code for the DateFieldDemo.java file.
import java.util.Date; import java.util.Calendar; import ... |
Read now
Unlock full access