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.
我正在尝试在内容窗格中构建一个带有网格布局的数独游戏,并将我的 Cell 对象(扩展 JPanel)添加到其中。但是,我无法将组件垂直居中对齐。请帮忙。
提前致谢。
将您的内容窗格设置为使用其他布局管理器,例如GridBagLayout并向其中添加GridLayout包含所有 Cell 对象的面板。这样,您的数独面板将居中,其内容(单元格)不会扩大以填满整个区域。
GridBagLayout
GridLayout