A modified ViewportLayout to fix the JFC bug where components
that implement Scrollable do not resize correctly, if their
size is less than the viewport size.
This is a JDK1.2.2 bug. This used to work in Swing 1.0.3 and
the fix is putting the old logic back.
4310721