JPanel pn = new JPanel(); JButton[] bt = new JButton[5]; BorderLayout fl = new BorderLayout(); pn.setLayout(fl);
確定! 回上一頁