Problem 1
What is a Layout Manager and what are the different Layout Managers available in java.awt and what is the default Layout manager for the panel and the panel subclass.
Problem 9
Which layout should be used to organize the components of a container in a tabular form?
Problem 10
What is the default layout for an applet, a frame and a panel?
Problem 11
An Applet has its Layout Manager set to the default of FlowLayout. What code would be the correct to change to another Layout manager? Justify your answer.