Animation: The Problem
Animation can be difficult in Java because of the ‘flicker’ associated with the repainting of components.
Through a set of ‘trial and error’ experiments, we will consider techniques for avoiding this problem.
The discussion on double-buffering presents concepts central to working with light-weight components.