Problem
1. Can you use a flow layout for the components in a frame? If yes, how?
2. What is the advantage of a layout manager over telling the container "place this component at position (x, y)"?
3. What happens when you place a single button into the CENTER area of a container that uses a border layout? Try it out by writing a small sample program if you aren't sure of the answer.