Multiple Choice
What is the best way to discover the set of Swing components?
A) Randomly drag them into a visual appllication with a GUI builder
B) Write code to instantiate each component one at a time
C) Read the documentation for Swing
D) Run the SwingSet demo included in the JDK, Java Development Kit
Correct Answer:

Verified
Correct Answer:
Verified
Q1: To create a _ layout, you supply
Q6: A complex GUI can be created with
Q11: Insert the missing code in the following
Q12: Which of the following methods returns the
Q22: What is the best first step in
Q40: Which layout manager places objects left-to-right, and
Q46: When the user selects a menu item,
Q56: Based on the statement below, which of
Q62: If one ChangeListener is listening for three
Q73: Given four JRadioButton objects in a ButtonGroup,