Design a GUI for a J2ME app

前端 未结 7 886
臣服心动
臣服心动 2021-02-01 11:11

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

7条回答
  •  隐瞒了意图╮
    2021-02-01 12:06

    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.

提交回复
热议问题