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.
所以我有一个网格布局,当我在另一个类中循环时,我想在那里添加一个按钮。如果我不希望它在那里,我将如何通过并添加任何内容?
它是 Nqueens,所以我必须制作一个特定于用户想要的尺寸的板,然后我必须通过将按钮放在屏幕上来展示它是如何实现的
你只需要使add语句有条件:
add
gbc.gridwidth = blah; ... if (condition) container.add(component);