can someone give me a clue as to how to design a menu for my application.i wanted to implement a menu as the ones present in the games.can anyone help
can someone give me a clue as to how to design a menu for my application.i wanted to implement a menu as the ones present in the games.can anyone help
You could do the menus by using javax.microedition.lcdui.List or could do your own implementation with Canvas.
Hope this links would be of some help
MIDP GUI Programming: Programming the Phone Interface
http://developers.sun.com/techtopics.../ui/index.html
A Game MIDlet Example Using The Nokia UI API: BlockGame
http://www.forum.nokia.com/info/sw.n..._v1_0.pdf.html
Regards
Gopal
Hi,
the following document helps u verymuch
http://www.forum.nokia.com/info/sw.n..._v1_0.pdf.html
Wang
The standard device menus are the place to start but they can look a little plain for games. If you want your game menu to look fancier and perhaps more professional, take a look at using J2me Polish (j2mepolish.org). It's a little involved for beginners but once you get the hang of it offers great looking results.