I am trying to design a Form in J2ME without the use of Canvas class which has List like structure and an image as a Header.
I want to add command button (OK) So by clicking on it ... i can choose a particular item in list and get navigated to next Screen.
Just create a ImageItem from that image. Take a form and add that image to the form. And to add list, if you are using netbeans ide, you can see various UI examples by doing this: File>New project>Category:Samples>UI Demo then click finish. And run the project. By observing the samples there you will have idea.