|
|
|
J2ME
|
J2ME Animation using repaint( ) method
In this part of J2ME Image Tutorial, we are going to show you how to create an Image with animation. Here we have create a class called ImageAanimation that extends MIDlet and implements the CommandListner class.
View Rating |
|
|
J2ME
|
Align Text MIDlet Example
With the help of the canvas class, we can draw as many as graphics we want in our application. Similarly we can also set the different alignment to the text.
View Rating |
|
|
J2ME
|
Draw arc in J2ME
The given example is going to draw an arc using canvas class of J2ME. You can also set a color for it, as we did in our example.
View Rating |
|
|
J2ME
|
Player Class in J2ME
In J2ME, player class is used to play the .wav music, that is the only reason of using the class in our small application to create multimedia sounds.
View Rating |
|
|