从游戏画布导航到表单
当您要求用户插入他或她的用户名和密码时,如何从游戏画布导航到 Java ME 中的表单?
How do you navigate from a game canvas to a form in Java ME when you require a user to insert his or her username and password?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建表单并向其中添加一些“确定”命令。
要显示表单,您必须执行以下操作:
当使用 OK 命令时,您应该执行:
并从表单中读取数据
Create the form and add some "OK" command to it.
To show the form, you have to do the following:
When that OK command is used, you should do:
and read the data from the form