如何在LWUIT中居中对齐?
mForm.addComponent(new Label("一些文本"));
我想将文本在屏幕上居中对齐。
我该怎么办?我正在使用 LWUIT 1.4。
mForm.addComponent(new Label("some text"));
I want to center align my text on the screen.
how can I go about it ? I am using LWUIT 1.4.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为此使用 BorderLayout。
有关详细信息,请参阅此示例。
use BorderLayout for this.
For more info see this example.