Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试制作一个游戏应用程序并创建一个字符串菜单,用户只需单击其设备上的箭头键即可轻松选择该菜单。
我已经知道如何通过使用 KeyPressed() 识别用户的操作来长期做到这一点。但我只是想知道 Canvas 是否存在这样的 Item 类和子类的实现?
不适用于标准 JavaME 类,但您可以使用大量的 GUI 库。例如,相当流行的 LWUIT。 http://lwuit.java.net/