How do I create a J2ME app for cellphones with a GUI similar to the menus you see in Java games? I\'ve tried MIDlets with Netbeans but they only show you one GUI element at a ti
Links to many j2me GUI libraries: link1, link2
I know that kuix is not bad and free - watch demo.
But i prefer to make my own gui elements - this is much more flexible (but takes some time).
As for IDE - you may want to make some kind of gui-editor tool, construct interface in it, save result to some file, and read it from your app.