ScrollPane11Example -- placing components in scroll panes and investigating different scrollbar policies.

Experiment:


To see this example in action:
  1. Compile the Java source file, ScrollPane11Example.java:
    	javac ScrollPane11Example.java
    
  2. Run the class:
    	java ScrollPane11Example
    

The source.