A.覆蓋對象的handleEvent()方法 B.添加一個或多個事件監(jiān)聽來處理事件 C.覆蓋對象的processEvent()方法 D.覆蓋對象的dispatchEvent()方法
A.t.addTextListener(eh) B.eh.addTextListener(t) C.addTextListener(eh,t) D.addTextListener(t,eh)
A.Buttons B.Labels C.CheckBoxes D.Windows