日期:2014-05-20 浏览次数:20705 次
button.addActionListener(new ActionListener(){ public void actionPerformed(ActionEvent e){ JButton b = (JButton)e.getSource(); JPanel panel = b.getParent(); ... } });