<<< Using Layout Managers | Index | GridLayout and Radio Buttons >>> |
BorderLayout class places swing components in the
NORTH, SOUTH, EAST, WEST and CENTER of a container.
Components are added by BorderLayout.add() method.
See also:
<<< Using Layout Managers | Index | GridLayout and Radio Buttons >>> |