Creating a gui with j2me

Hi, I'm making a midlet, and I want to create a gui. i think the best way for making this is using canvas, but I can't find any tutorial/example. The gui would be something like this:

http://bladecoder.net/hof/images/sf1.png

ah, and I cannot use j2mepolish.

Thanks for your help.

[306 byte] By [ouendana] at [2007-11-26 17:44:37]
# 1
http://developers.sun.com/techtopics/mobility/allarticles/
suparenoa at 2007-7-9 0:12:47 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2
If you are able to do that please tell me also cause i also want to develop the GUI in Midlet It woukd be somewhat like yous only so please told me if you got any idea ,,,,,,,,,,,,,,, Thanks in advance
anup123a at 2007-7-9 0:12:47 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

Please start with the link mentioned above. After discovering the APIs you need you can find numerous examples of custom UIs.

A couple of years ago there was a great example of creating a a custom UI framework on the web. I cant seem to find it now. The closest thing I could find now is http://www2.sys-con.com/itsg/virtualcd/Java/archives/0606/cordrey/index.html

Visit the Nokia and SE developer site. SE, especially, always has good examples.

I use the low level API for all my J2ME work. As an aside, you can look at some of my "weekend" projects. Here are some screenshots.

http://mobox.cliqcafe.com/files/1439/rim-5.jpg

http://mobox.cliqcafe.com/files/1831/Screenshot0036.jpg

http://hostj2me.cliqcafe.com/files/2382/Screenshot0619.jpg

Grab the source if you like, but learn the basics first. I would not want you to inadvertently pick up any of my "bad habits." If you have time to waste, and dont mind lax production:), you can watch video demo an custom ui here:

http://hostj2me.cliqcafe.com/files/1877/yipi.wmv

rashidmayesa at 2007-7-9 0:12:47 > top of Java-index,Java Mobility Forums,Java ME Technologies...