编写JButton组件的事件处理器类时,需实现哪个接口?( )
A: ItemListene
B: ButtonListene
C: ActionListene
D: WindowListene
A: ItemListene
B: ButtonListene
C: ActionListene
D: WindowListene
举一反三
- 编写JButton组件的事件处理器类时,需实现哪个接口?()
- 编写JButton组件的事件处理器类时,需实现哪个接口( )。 A: ItemListenser B: ActionListenser C: ButtonListenser D: WindowListenser
- 点击按钮可以产生ActionEvent事件,实现_( )__接口可处理此事件。 A: FocusListene B: ComponentListene C: WindowListene D: ActionListene
- 能够监听WindowEvent事件的监听者类需要实现的监听接口是( ) A: ActionListene B: KeyListene C: MouseListense D: WindowListene
- 完成事件处理程序,需要注册监听器,监听器指() A: JButton类 B: 事件对象 C: 实现相关接口类的对象 D: 组件对象