posted 15 years ago
I am new to J2me. I am facing problem with showing images in the List....
The directory structure/hierarchy of my project for such resources is:
<Main Project>-> resources-> base, customization1, customization2 folders.
Under Base, customization1, customization2 folders, each folder has Images, sounds folder.
In Base folder->Under images folder there are many folders each for screen size..I have put the image 'png' files in each of the folders including the image folder.
In customization1, customization2 folders->I have put the images in these folders including the image folder under these.
I think I have given some idea of the directory structure...if not, I ll make them more clear..
I want that images should appear after each items of the list....
The code is :
The error is that images are not appearing in each item of the list....
If something is not clear, kindly post.