Q. Suppose that you want to have an object eh handle the TextEvent of TextArea object t. How should you add eh as the event handler for?
β
Correct Answer: (D)
addTextListner(t,eh);
You must be Logged in to update hint/solution