I am programming an application in J2ME for Nokia 7610. I am trying to append an ImageItem to a form.
ImageItem image = new ImageItem ("Image", Image.createImage("/image.png"), ImageItem.LAYOUT_CENTER, null);
form.append (image);
The image shows up on the emulator fine. When I install it on the target device (Nokia 7610), the image does not show up.
I am pretty new to J2ME, so I hope someone would have answer to this question. Thank you!
Shufei

Reply With Quote

