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.
8 *8jButtonのグリッドを作成しました。これらのボタンを2次元配列で使用したいと思います。どうすればいいですか?
他の配列の配列と同じように進めます。
JButton[][] buttonGrid = new JButton[cols][rows];