我可以在 LWUIT MIDLET 中调整表单大小吗?
是否可以在 Midelt 程序中设置表单的大小?我想在移动屏幕上显示一半大小的窗口。
Is it possible to set size for Form in Midelt program ? i want to show like a half size window in mobile screen.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么要调整
Form
的大小?使用透明的Form
并在该Form
上添加Container
。根据需要设置该容器的preferredH。Why do you want to resize the
Form
? Use transparentForm
and add theContainer
on thatForm
. Set the preferredH of this container as you want.