小程序中的对齐方式
如何在小程序中对齐各种界面组件(例如标签、文本字段、按钮)?
例如我想要一个小程序中的 4 个标签和一个按钮,其中所有组件都应该位于不同的行?我们怎样才能做到呢?
how can we align the variois interface component(such as label, textfield, button) in applet??
As for instance i want 4 label and a button in an applet, in which all the component should be in different line?? how can we do it??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用java中的布局管理器根据不同的顺序来对齐组件。作为参考,请尝试此链接
并代表您自己的立场有一个布局管理器调用 null 布局(示例)
Use Layout Managers in java to align components depends on various order. for reference try this link
and for your own position there is an layout manager call null layout (example)