public abstract class CustomControls extends JPanel implements Runnable
A convenience class for demos that use Custom Controls. This class
sets up the thread for running the custom control. A notifier thread
is started as well, a flashing 2x2 rect is drawn in the upper right corner
while the custom control thread continues to run.