After adding item and string, now we are going to add image into the J2ME Form. The syntax of adding image is given below..
public int append(Image img)
This will add a image as a item into the form.
Output of the application will be as given below..

Source Code of AppendImage.java
import javax.microedition.lcdui.*;
|
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Appending Image into the J2ME Form View All Comments
Post your Comment