Lab 02: Animation

September 4, 2012

Concepts Don’t ever call paintComponent or new Graphics(…); because they are provided for you by Java’s graphics framework, which is exists before your code starts running and whose purpose is to make it easier for us to do graphics. Model-View-Cotroller[2]Design Pattern: The “Model” knows what your program is, and what its state is. The “View” knows […]