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.
我正在使用网格布局在 JPanel 上设置一组大约 256 个复选框。在网格布局文档中,我可以看到有两种方法,即 setHgap() 和 setVgap()。我不确定这些方法在哪些组件之间造成了差距。是相邻的复选框还是 JPanel 中的其他组件。
setHgap() 和 setVgap() 分别设置容器本身的组件之间的水平和垂直间隙,而不是沿着“边缘”。