Multiple Choice
The GridLayout manager limits each cell to only one component.To put two or more components in a cell,do this.
A) Resize the cells so they can hold more
B) You can nest panels inside the cells,and add other components to the panels
C) The statement is false.The GridLayout manager does not have this restriction
D) Resize the components to fit in the cell
Correct Answer:

Verified
Correct Answer:
Verified
Q3: To end an application, pass this as
Q6: Programs that operate in a GUI environment
Q16: Check boxes may be grouped in a
Q19: When an application uses many components, rather
Q22: When an application uses many components, instead
Q25: In GUI terminology, a container that can
Q35: Which of the following is not a
Q36: You must use the statement import java.swing.*;
Q40: When you write an action listener class
Q49: This layout manager arranges components in rows.<br>A)