【发布时间】:2013-04-24 12:47:00
【问题描述】:
请有人解释一下 ActionListener 的控制流程,例如我们在注册了一个组件的类中实现了 t 并且确实覆盖了
actionPerformed(ActionEvent e)
现在我很困惑,当我们点击addActionListener (this);中的注册按钮what is the role of (this)时
【问题讨论】:
标签: java swing actionlistener actionevent