Multiple Choice
Which of the following statements makes the text in a JTextField uneditable?
A) textField.setEditable(true) ;
B) textField.setEditable(false) ;
C) textField.setUneditable(true) ;
D) textField.setUneditable(false) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q68: The JOptionPane constant used to display an
Q69: Method _indicates that a Component should be
Q70: Which of the following expressions creates a
Q71: When the user clicks a JCheckBox, a(n)_
Q72: Which methods retrieve and set the image
Q74: Consider the list below: <br>January<br>February<br>March<br>April<br>May<br>June<br>July<br>August<br>September<br>October<br>November<br>December<br>What type of
Q75: Which of the following statements about heavyweight
Q76: Which of the following statements about Swing
Q77: Each container can have _.<br>A) only one
Q78: Which pair of words does not complete