This lab illustrates the following concepts:
I) The ArrayList class
Available in java.util (check the documentation)
Sample: ArrayListExample.java
Solution: ArrayListExample.java
II) Doing animation
complete files: CaterpillarConstants.java, CaterpillarDisplay.java
sample: Caterpillar.java
solution: Caterpillar.java