如何删除 LWUIT 表单的标题栏?
在 Button
的 actionPerformed
中,我想删除实际 LWUIT Form
的 Title-bar
。如何实现这一目标?以及如何在完成某个操作后再次重新显示它?
In the actionPerformed
of a Button
I want to remove the Title-bar
of the actual LWUIT Form
. How to achieve that? And how to redisplay it again after a certain action has been complete?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用下面的代码在
Button
操作事件中隐藏/显示Form
的标题,Use below code for hide/show the title of the
Form
in theButton
action event,你也可以这样做
You could also just do