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);