Multiple Choice
A JTextArea ________.
A) provides a bounding box used for the layout of JTextFields
B) wraps lines by default
C) provides an area for manipulating multiple lines of text
D) provides scrollbars for JTextFields
Correct Answer:

Verified
Correct Answer:
Verified
Q34: How many event-listener interfaces correspond to each
Q35: Method getSelectedIndex of class JComboBox returns:<br>A) the
Q36: By default JScrollPane _.<br>A) always displays scrollbars<br>B)
Q37: GUI event with which the user interacts
Q38: Which method sets the text that's displayed
Q40: A user of a one-button mouse can
Q41: Which of the following is not a
Q42: Which of the following statements about JPanels
Q43: Which of the following is stateless?<br>A) JButton.<br>B)
Q44: Which of the following most completely describes