GridBagLayout 和空单元格
我想知道是否必须使用 GridBagLayout 填充面板中可能存在的空单元格。 使用 JPanel 填充空单元格是否有任何后果? 谢谢。
I would like to know if i have to fill empty cells that i may have in my panel using a GridBagLayout.
Is there any consequence in filling empty cells with JPanel or not ?
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不用担心空单元格。将它们留空。绝对没有必要用不需要的组件来填充所有东西。
Don't worry about empty cells. Leave them empty. There is absolutely no need to fill everything with unneeded components.