(1508-80)传递给实现java.awt.KeyListener接口类中的keyPressed()方法的事件对象是()。
ActionListener
B. WindowListener
C. MouseListener
D. KeyListener
查看答案
(1508-80)KeyListener接口中的keyTyped()方法的参数类型是()。
ActionEvent
B. KeyEvent
C. WindowEvent
D. 无参数
(1508-80)()方法返回KeyEvent事件中键所关联的字符。
A. getKeyChar
B. getKeyCode
C. getKeyText
D. getChar
(1508-80)利用()组件可以创建一个单选按钮对象。
A. JRadioButton
Button
C. JButton
D. AbstractButton
(1508-80)KeyEvent的事件源可以是()。
A. JPasswordField
B. JLabel
C. JTextField
D. JTextArea
E. JList
F. JButton