Allows any object to react to events and draw an
animation at a fixed interval. All animation methods are executed on the EDT.
For simplicities sake all components are animatable, however no animation will
appear unless it is explicitly registered into the parent form. In order to
stop animation callbacks the animation must be explicitly removed from the form
(notice that this differs from removing the component from the form!).