Multiple Choice
Which of the following statements for a JTextField is false?
A) Can be used to display uneditable text.
B) Can be used to display editable text.
C) Enables users to enter data from the keyboard.
D) Displays a list of fields.
Correct Answer:

Verified
Correct Answer:
Verified
Q13: JLabel can be attached to a JFrame
Q14: The setMaximumRowCount method is used for:<br>A) Button.<br>B)
Q15: Which of the following statements about a
Q16: Which layout manager is the default for
Q17: Which region is used by default when
Q19: Which of the following does not generate
Q20: Class Point represents _.<br>A) a filled oval<br>B)
Q21: FlowLayout method_ changes the alignment for the
Q22: Class JTextArea's getSelectedText method _.<br>A) returns the
Q23: A JRadioButton is different from a JCheckBox