单项选择题
下面哪些监听器接口不可以添加到JTextField对象中()
A.ActionListener
B.FocusListener
C.MouseMotionListener
D.WindowListener
点击查看答案&解析
相关考题
-
单项选择题
不可以将下面哪些监听器接口添加到JTextArea对象中()
A.ComponentListener
B.ActionListener
C.MouseMotionListener
D.MouseListener -
单项选择题
javax.swing.JButton的点击事件使用哪一个监听器接口()
A.ActionListener actionPerformed(ActionEvent e)
B.AdjustmentListener adjustmentValueChanged(AdjustmentEvent e)
C.ChangeListener stateChanged(ChangeEvent e)
D.ComponentListener componentShown(ComponentEvent e) -
单项选择题
某资源文件中有如下内容,以下说法正确的是()
A.可以正常读出Key1为"Value1"
B.可以正常读出Key2为"Value2"
C.可以正常读出Key3为"Value3"
D.可以正常读出Key4为"SuperValue4"
