如何在sun java wireless toolkit 2.5.2中按数字键时创建弹出窗口?

发布于 2024-12-23 08:56:03 字数 165 浏览 3 评论 0原文

我想在移动设备上按数字键时在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

魂归处 2024-12-30 08:56:03

您必须使用对话框。这是 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

夜夜流光相皎洁 2024-12-30 08:56:03

在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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文