Design a GUI for a J2ME app

前端 未结 7 888
臣服心动
臣服心动 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:14

    Your question is a bit vague to give a specific aswer, but you might want to check out LWUIT or Polish, you can develop both with either Eclipse or Netbeans.

    As far as designing GUIs go, neither IDE will help from a visual perspective. J2ME UI development is all done in code, beyond creating any initial graphics in a proper graphics editor you don't get to see your output until you test.

    Read up on the LCDUI package documentation which explains how the UI classes work and the differences between the 'High-level' and 'low-level' APIs.

    0 讨论(0)
提交回复
热议问题