Java Swing GridLayout“单元格跨度”?
有没有一种方法可以使网格布局中的单个元素占据网格中多个位置。示例:我想创建一个占据整个网格行的文本框,有什么方法可以做到这一点吗?
Is there a way to make a single element in a Grid layout take up more than 1 location in a grid. Example: I want to create a textbox that takes up an entire grid row, is there some way to do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请改用 GridBagLayout 。
Use GridBagLayout instead.