Multiple Choice
Which of the following statements about Swing GUI components is false?
A) Swing components are less portable but more flexible than the original Java GUI components from package java.awt.
B) Most Swing components are written completely in Java.
C) Swing components allow the user to specify a uniform look-and-feel across all platforms.
D) Swing components allow the user to change the look-and-feel while the program is running.
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
Q73: Which of the following statements makes the
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
Q77: Each container can have _.<br>A) only one
Q78: Which pair of words does not complete