JButton btn1 = new JButton("存檔"); btn1.setBounds(40, 50, 70, 30); btn1.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) ...
確定! 回上一頁