Multiple Choice
When adding components to a container that is governed by the GridLayout manager:
A) you cannot specify a cell
B) you specify the cell with the row and column numbers in the add statement
C) you must add them starting with the lower, right cell
D) the components are added automatically by filling up the first column, then the second, etc.
Correct Answer:

Verified
Correct Answer:
Verified
Q27: One of the small dots that make
Q28: When using the BorderLayout manager, how many
Q29: Because these components rely on the appearance
Q30: This is an action that takes place
Q31: Which of the following statements creates a
Q33: To use the ActionListener interface, as well
Q34: The following statement adds the FlowLayout manager
Q35: This layout manager arranges components in five
Q36: You must use the statement import java.swing.*;
Q37: To include Swing and AWT components in