以下Java事件选项中表示动作事件的是 ( )。
ActionEvent
B. WindowEvent
C. MouseEvent
D. KeyEvent
以下选项中表示窗体事件的是 ( )。
ActionListener
B. WindowEvent
C. ActionEvent
D. KeyListener
添加到JMenu中以创建菜单项的GUI组件为( )
A. JSubmenu
B. JMenuItem
C. JMenu
D. JMenuBar
假设已经有一个类已经实现了ActionListener接口,下面哪个方法可以把这个类注册到按钮控件上?
A. addListener();
B. addActionListener();
C. addButtonListener();
D. setListener();