Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 JFrame 上使用 GridBagLayout,我希望能够跳过一两行但让这些行显示为空白,然后在这些行之后有一个按钮。我在文档中找不到任何方法来做我描述的事情,有人知道我可以做到这一点吗?
比添加空组件更清楚......有一个GridBagConstraint命名的插入,允许您在任何方向选择您正在添加的组件和它周围的其他组件之间的空白。不过感谢您的回答!
GridBagConstraint
您是否尝试在要保留空白的行中添加空组件?像空的 JPanel 一样?或者可能是不可见的组件。