J2ME UI 屏幕设计

发布于 2024-08-03 16:58:19 字数 1431 浏览 2 评论 0原文

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

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

发布评论

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

评论(2

相思碎 2024-08-10 16:58:19

根据我的经验,基于 Canvas 的布局,由设计师使用 Photoshop 将 UI 设计为屏幕截图,然后提供图像资源,效果很好。我个人喜欢它提供的灵活性和控制力。

From my experience, a Canvas based layout, with the UI designed as screenshots by designers using Photoshop and then they providing image assets has worked well. I personally like the flexibility and control this provides.

幸福还没到 2024-08-10 16:58:19

LWUIT 是一个很好的 J2ME 用户界面工具包。它允许您以与 Swing 类似的方式创建界面,例如使用 BorderLayouts 等。

当我为移动设备编写应用程序时,我基本上在绘制中创建了一个背景图像,并将其导入到应用程序中。然后,我使用 Canvas 类在该图像之上进行绘制,以添加我需要的其他部分(例如按钮和文本等)

LWUIT is a nice user interface toolkit for J2ME. It allows you to create interfaces in a similar manner to Swing, e.g. using BorderLayouts etc.

When I wrote an application for a mobile device I basically created a background image in paint an imported it into the application. I then used the Canvas class to draw on top of that image to add the additional bits and pieces I needed (such as buttons and text etc.)

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