[Urgent] J2ME low level and high level User Interface

Currently, i am writing a J2ME codes that consist of images, text and audio. The problem now is that i want to allow the user to navigate the image by using the keypress to switch and view different image, just like viewing a photo album.And i know only low level UI such as canvas can does that. However, i started doing in a form and i am thinking to create a canvas that the user can navigate on a form.

So is it possible for a canvas to be place on to form? If yes, is there any example that i can look upon to?

Please give me some suggestion if it is not possible.

Thanks alot guys..

[614 byte] By [emerge87a] at [2007-11-27 8:50:13]
# 1

why don't you use ImageItem on Form?

you've got an array or a Vector of ImageItem and you can navigate through the object and

display one of them when a user press a key

or check out this, it could help you

http://www.java-tips.org/java-me-tips/midp/displaying-images-as-thumbnails-on-j2me-devices.html

to navigate through thumbnails...

suparenoa at 2007-7-12 21:00:54 > top of Java-index,Java Mobility Forums,Java ME Technologies...