JButton button []=new JButton[10];. for (int i = 1; i <= 9; i++) { button[i] = new JButton(); button[i].setSize(50,50); button[i].
確定! 回上一頁