|
|
|
J2ME
|
Creating Volume Bar Using Gauge Class
This example is all about creating a volume bar using Gauge class. We are creating the object of Gauge class that contains the following parameters label, interactive, maxValue and initialValue and it has been set with the form.
View Rating |
|
|
J2ME
|
Draw String Using Canvas
This example is used to draw string on different location which is shown in figure. The given code is used to show, how to draw string at different locations.
View Rating |
|
|
J2ME
|
Draw Line in J2me
In this example we are going to show you how to draw a line using J2ME. Please go through the below given J2ME syntax that includes all the package, methods and class to draw a line.
View Rating |
|
|
J2ME
|
Creating Canvas Form Example
This example shows that how to use the Canvas Class in a Form. In this example we take two field in which integer number passed from the form and result will display on a Canvas circle.
View Rating |
|
|