How can I do animation with buttons on an applet?
Using tutorials on the web I've figured out how to make an applet and to do some animation within that applet, but I've been unable to find a single example of an applet that does animation and has controls, such as buttons, on it.
The problem I'm having is that when I do animation in an applet, it draws over the buttons!

