(1507—79)设置JTextField文字颜色采用()方法。
A. setColor
B. setBackground
C. setForeground
D. setFont
查看答案
(1507—79)如果已经在JButton对象注册了ActionListener对象,点击JButton对象之后将执行()方法。
A. windowClosing
B. focusLosted
C. getSource
D. actionPerformed
(1507—79)ActionEvent的事件源可以是()组件。
A. JFrame
B. JLabel
C. JButton
D. JList
E. JRadioButton
F. JTextField
(1507—79)哪些是ActionEvent的祖先类。
ActionListenet
B. Object
C. ObjectEvent
D. Exception
E. AWTEvent
(1507—79)ActionListener可以捕捉()事件对象。