|
|
|
J2ME
|
J2ME Canvas Example
This example illustrates how to create a game using GameCanvas class. In this example we are extending GameCanvas class to draw the circle and rotate the circle continuously.
View Rating |
|
|
J2ME
|
List in J2ME
This example illustrates how to create a Exclusive List. The Exclusive List is used to select only one list element at a time. The EXCLUSIVE Field inherited from interface javax.microedition.lcdui.Choice.
View Rating |
|
|
J2ME
|
J2ME List Image
This example illustrates how to create list with image symbol. In this example we are trying to create list using of List class.
View Rating |
|
|
J2ME
|
Radio Button in J2ME
In this tutorial you will see the Midlet Example that is going to demonstrate, how to create the radio button in J2ME using Midlet. The radio button is use to choose only one option at a time.
View Rating |
|
|
J2ME
|
J2ME Alert Example
This example illustrates how to create alert through sound. In this example we are using AlertType class for the different alert.
View Rating |
|
|
J2ME
|
Check Box Midlet Example
This example illustrates how to create check boxes in to your form. In this example we are creating a Form("Technologies") that is having four different choices, ChoiceGroup("JAVA", "J2ME", "J2EE", "JSF").
View Rating |
|
|
J2ME
|
Phone Book Midlet Example
This example illustrates how to create your phone book. In this example we are taking three SCREEN button ("Next", "New", "Exit") and taking two TextBox ("name", "number").
View Rating |
|
|