JButton ; import javax.swing.JFrame; class gridlayout extends JFrame{ int size=6; private JButton jbtn[]=new JButton[size]; public static ...
確定! 回上一頁