Multiple Choice
Which of the following can a mouse listener respond to?
A) The mouse button is pressed.
B) The mouse button is clicked.
C) The mouse cursor enters a component's screen space.
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q43: Look at the following applet code:<br>1 import
Q44: In the link produced by the following
Q45: Due to security restrictions, applets cannot:<br>A) Delete
Q46: If a frame component is 200 pixels
Q47: An HTML document is usually saved with
Q49: For all Swing components EXCEPT JApplet and
Q50: An applet using a Swing GUI extends
Q51: Applets are important because the can be
Q52: If you want to make sure that
Q53: In the following code, which line has