Java ME - 多种形式,从一个屏幕移动到下一个屏幕
我正在使用 Java Micro Edition,我正在尝试使用记录存储创建一个简单的登录表单。当用户输入详细信息时,我想将其与存储的详细信息进行检查,然后移动到另一个屏幕(例如欢迎区域)。
我有一种感觉,它与表单元素及其之间的切换有关,但我似乎无法通过谷歌找到任何地方
I am using Java Micro Edition and I am trying to create a simple login form with a record store. When the user enters the details I'd like to check them against the ones stored and then move onto another screen like a welcome area.
I have a feeling it has something to do with the form element and switching between it but I can't seem to get anywhere with google
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
试试这个
try this
display 是应该在构造函数中及其上方创建的内容,即
您然后执行以下操作:
切换到表单 2
display is something that should be created in the constructor and also above it i.e.
you then do:
to switch to form 2