Multiple Choice
Which method do you use to change the state of a JCheckBox ?
A) void setSelected(boolean)
B) boolean isSelected()
C) void setText(String)
D) String getText()
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q69: Write the statement to provide a JTextField
Q70: The default behavior of a JFrame is
Q71: The _ responds to keyboard events.<br>A) KeyListener<br>B)
Q72: What class is the immediate parent of
Q73: The _ responds to keyboard focus events.<br>A)
Q74: Match each term with the correct statement
Q75: Match each term with the correct statement
Q76: How do you modify whether or not