各种网格大小和带有 GridBagLayout 的 JPanel 元素
匹配以下
我试图在实现 GridBagLayout 时 。 GBL 是我知道可以获得不同大小元素的唯一方法。我知道我可以做类似上图的事情,但我不知道如何用 GBL 来做。我也准备好接受关于更好想法的建议。
I am trying to match the following
while implementing a GridBagLayout. The GBL is the only way I know i can get the different sized elements. I know I can do something like the above picture but I don't know how to do it with GBL. I am also ready to take suggestions on a better idea.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅如何使用 BoxLayout,也许有一些填充和一个漂亮的斜角边框。
See How to Use BoxLayout, maybe with some filler and a nice beveled Border.