单项选择题
假如我们想要对象eh来处理TextArea对象t的TextEvent事件,那么,我们应如何把eh添加为t的事件处理程序?()
A.t.addTextListener(eh) B.eh.addTextListener(t) C.addTextListener(eh,t) D.addTextListener(t,eh)
单项选择题 下列哪个组件会产生Action事件?()
单项选择题 以下哪个方法不是鼠标事件侦听器接口(MouseListener)定义的?()
多项选择题 事件适配器类的作用是:()