J2ME 应用程序的最佳 GUI 工具是哪个

发布于 2024-09-06 09:14:13 字数 152 浏览 3 评论 0原文

我正在做一个商业 j2me 项目,其中我需要一些好的 GUI,例如选项卡式窗格和自动完成文本框,并且我需要在所有手机上保持一致的外观和感觉,以便任何人都知道商业应用程序使用什么 gui 工具。我找到了 j2me Polish 和 LWUIT,但我很困惑 j2me 商业应用程序中哪个是首选。

I am doing a commercial j2me project in which I need some good Gui like tabbed pane and auto complete text boxes and I need a constant look and feel across all handsets so anyone having idea what gui tool used for commercial apps. I found j2me polish and LWUIT but I m confused which is preferred in j2me commercial apps.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

无言温柔 2024-09-13 09:14:13

对于 J2ME GUI 框架,没有什么突出的选择。这实际上取决于您的项目的要求以及最适合的。

我使用了 Paxmodept 的商业框架,它运行良好并且包含源代码。除了 J2ME Polish 和 LWUIT 之外,还有几个著名的开源替代方案:

  • J4ME 看起来不错,重要的是有积极的开发。
  • Fire 允许您使用 xHTML & 指定外观和感觉。 CSS 也有积极的开发。

对于开源框架,下载源代码并创建简单的 hello world 应用程序。它不会花很长时间,并且会让您深入了解每个框架的优缺点。

如果您确实使用商业框架,那么有权访问源代码非常重要,因为您很可能需要进行一些小的更改才能满足项目的确切需求。

There is no stand out choice when it comes to J2ME GUI frameworks. It really depends on the requirements of your project and what fits best.

I have used a commercial framework from Paxmodept, which worked well and included the source code. In addition to J2ME Polish and LWUIT there are a couple notable open source alternatives:

  • J4ME looks decent and importantly has active development.
  • Fire allows you to specify the look and feel using xHTML & CSS and also has active development.

For the open source frameworks, download the source code and create simple hello world apps. It shouldn't take long and will give you some insight into the pros and cons of each framework.

If you do use a commercial framework it is important that you have access to the source code as you'll most likely need to make small changes to fit the exact needs of your project.

や三分注定 2024-09-13 09:14:13

你最好的选择绝对是 LWUIT。 LWUIT 代表轻量级用户界面工具包,我必须告诉你它太棒了!我在工作中使用它来开发一些应用程序,它符合要求:跨平台的统一外观,在 BB、三星、诺基亚和 Windows Mobile 上的工作方式相同[尽管没有亲自测试 Windows]。最新版本还允许您嵌入 HTML 和 CSS,最重要的是它是开源的!
享受!

Your best bet is definitely LWUIT. LWUIT stands for Light Weight User Interface Toolkit and I must tell you its awesome! I am using it to develop some apps at work and it fits the bill: uniform look across platforms, works the same way on BB, Samsung, Nokia and Windows Mobile[not tested Windows personally though]. The latest version also allows you to embed HTML and CSS and best of all its Open source!
Enjoy!

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