Multiple Choice
Which layout manager constructor call would be best-suited to create a telephone handset GUI which has three rows of three keys each with labels, 1,2,3,4,5,6,7,8,9, and a fourth row with labels *, 0, and #?
A) new GridLayout(3, 4)
B) new GridLayout(4, 3)
C) new FlowLayout(4, 3)
D) new BorderLayout(3, 4)
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: What type of event does the JSlider
Q14: Which layout manager allows you to add
Q21: What is the easiest way to create
Q22: _ are round and have a black
Q24: For a new programmer using the Swing
Q30: What is the container for top-level menu
Q56: Which method can a program use to
Q61: a(n. _ is used when you have
Q69: The statement that would add smallButton to
Q74: Which of the following classes have a