如何在sun java wireless toolkit 2.5.2中按数字键时创建弹出窗口?
我想在移动设备上按数字键时在 sun java wireless toolkit 中创建弹出窗口。我不知道这是否可能或是否需要使用一些额外的技术?
我还想在弹出窗口上画一些字符串。
请指导我摆脱这个问题?
我在 j2me 中使用了警报框,但我想要一个弹出窗口而不是那个
I want to create popup window in sun java wireless toolkit when pressing numeric keys on Mobile. I don't know whether it is possible or do need to use some additional technologies for that?
And also I want to draw some strings on the popup window.
Please guide me to get out of this issue?
I have used alert box in j2me but I want one popup window instead of that
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您必须使用
对话框
。这是 LWUIT 中的一个类,它允许您构建弹出窗口。更多信息请参见:
http:// /www.lwuit.com/2008/07/pimp-my-lwuit-part-ii-rounded-all-over.html
http://lwuit.java.net/javadocs/com/sun/lwuit/Dialog .html
You must use a
Dialog
. This is a class from LWUIT which allows you to build a popup window.More info here:
http://www.lwuit.com/2008/07/pimp-my-lwuit-part-ii-rounded-all-over.html
http://lwuit.java.net/javadocs/com/sun/lwuit/Dialog.html
在j2me中有alert。我们也可以在alert中使用图像。但是对于你的场景使用LWUIT或J2ME Polish。在LWUIT,J2ME Polish中可以创建弹出窗口,创建更时尚的ui组件。
我认为我们可以将 LWUIT 与普通 J2ME 一起使用,我当然无法更好地了解您参考 LWUIT 站点。LWUIT 是 sun 的(oracle)产品
In j2me there is alert.We can use image in alert also.But for ur scenarios use LWUIT or J2ME Polish.In LWUIT,J2ME Polish there is possible to create pop up window , creating more stylish ui components.
I think we can use LWUIT with normal J2ME,i cannot know surely better u refer the LWUIT site.LWUIT is a sun's (oracle) product