Implements scrolling behavior for any container which
has up to 1 child and up to 2 scrollbars[and implements
Scrollable interface], for example ScrollPane.
Listens to adjustment events and mouse wheel events
and updates the scrollable object in response.
See Also:org.apache.harmony.awt.Scrollable