JButton bt2 = new JButton("exit"); pn.add(bt2); //bt1事件的動作 bt1.addActionListener(new ActionListener(){ public void actionPerformed(ActionEvent e)
確定! 回上一頁