Multiple Choice
What is the best first step in picking the layout managers for a set of nested panels?
A) use a single panel with a GridBagLayout manager
B) construct a set of JPanel objects
C) make a sketch of the layout
D) use multiple panels with FlowLayout managers
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: What is the default layout manager of
Q18: When method makeMenuItem is called, how many
Q19: What is the default layout manager of
Q20: Which of the following GUI objects generate(s)
Q21: The event that is generated by a
Q23: Which layout manager uses a grid so
Q24: A _ is a user-interface component with
Q25: What can be determined about obj from
Q26: The _ interface toolkit has a large
Q27: What method is required by the ChangeListener