ScrollPane11Example
-- placing components in scroll panes and investigating different scrollbar policies.
Experiment:
Resize window taller until vertical scroll bar disappears from SCROLLBARS_AS_NEEDED pane.
Resize window narrower until horizontal scroll bar appears in SCROLLBARS_AS_NEEDED pane.
Try random resizes and scrolling.
To see this example in action:
Compile the Java source file, ScrollPane11Example.java:
javac ScrollPane11Example.java
Run the class:
java ScrollPane11Example
The source.