buttons[i] = new JButton(names[i]);. buttons[i].addActionListener( new ActionListener(. public void actionPerformed(ActionEvent e) {. //Do something here. });.
確定! 回上一頁