Border
- To use the BorderLayout manager, you must picture dividing the drawing
area into 5 regions:
- North - the top region.
- South - the bottom region.
- East - the right region.
- West - the left region.
- Center - the center region.
- When you add components to the layout, you specify in which region you
want to add the component.
- Each region gets 1 component (note the example code below!)
- The example below shows using BorderLayout.
Here is an examaple using BorderLayout: BorderGUI.