| BorderLayout (3) | |
- If there is a North component it stretches the full width (less the
inset's left and right).
- The height of the North component is its
preferredSize().height
.
- If there is a South component it stretches the full width (less the
inset's left and right), with height its
preferredSize.height()
.
- If there is a West component it fills the vertical space after the
inset's top and bottom and the heights of the North and South components.
- The width of the West component is its
preferredSize.width()
.
- Similar for the East component.
- The Center component is forced to fill the remaining space
Slide 62 | ©Copyright 1997 | Jan Newmarch |