单项选择题
A.Applet B.Container C.Component D.Canvas
下列那一项的实现不可以添加为TextField对象的监听器()A.ActionListenerB.FocusL...
单项选择题下列那一项的实现不可以添加为TextField对象的监听器()
A.ActionListener B.FocusListener C.MouseMotionListener D.WindowsListener
对于文本*区事件源,要获得监视器的方法是()A.addTextListener()B.TextValueCha...
单项选择题对于文本*区事件源,要获得监视器的方法是()
A.addTextListener() B.TextValueChanged() C.append(Strings) D.insert(Stringsintx)
用于文本*区中设置文本同时清除文本*区中原有文本的方法是()A.setText(Strings)B.getTe...
单项选择题用于文本*区中设置文本同时清除文本*区中原有文本的方法是()
A.setText(Strings) B.getText() C.TextArea(Strings) D."TextArea(intx,inty)"