Multiple Choice
If button1 is a JButton object, which of the following statements will make its background blue?
A) button1.makeBackground(BLUE) ;
B) button1.setBackground(Color.BLUE) ;
C) button1.makeBackground(Color.BLUE) ;
D) button1.set.Background(BLUE) ;
Correct Answer:

Verified
Correct Answer:
Verified
Q41: Event listeners must:<br>A) implement an interface<br>B) be
Q42: JFC stands for:<br>A) Java Fundamental Classes<br>B) Java
Q43: The FlowLayout manager does not allow the
Q44: Which of the following is NOT a
Q45: Assume that radio references a JRadioButton object.
Q47: Which one of the following GUI components
Q48: When a component is added to a
Q49: This layout manager arranges components in rows.<br>A)
Q50: Which of the following statements is NOT
Q51: This is a graphic image that is