單項選擇題假如我們想要對象eh來處理TextArea對象t的TextEvent事件,那么,我們應(yīng)如何把eh添加為t的事件處理程序?()

A.t.addTextListener(eh)
B.eh.addTextListener(t)
C.addTextListener(eh,t)
D.addTextListener(t,eh)


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題下列哪個組件會產(chǎn)生Action事件?()

A.Buttons
B.Labels
C.CheckBoxes
D.Windows

2.單項選擇題以下哪個方法不是鼠標(biāo)事件偵聽器接口(MouseListener)定義的?()

A.mousePressed
B.mouseEntered
C.mouseDragged
D.mouseClicked

3.多項選擇題事件適配器類的作用是:()

A.為編寫事件偵聽器程序提供簡便手段
B.創(chuàng)建一種全新的事件偵聽機(jī)制
C.是由相應(yīng)的事件偵聽器接口繼承而來
D.定義在java.awt.event中

4.多項選擇題以下哪些接口是事件偵聽器接口?()

A.ActionListener
B.ItemListener
C.WindowListener
D.ButtonListener

5.單項選擇題編寫JButton組件的事件處理器類時,需實現(xiàn)哪個接口?()

A.ItemListener
B.ActionListener
C.ButtonListener
D.WindowListener