So I know how to do animation and I know to deal with components, but I don't know how to do both. How can I isolate the drawing of the components from the animation? The particular problem I'm having is when I have an opaque component over the animation?
I was thinking of having overlapping panels within a main panel. the two inner panels would have an image to draw to. Every time one of the two draws, the main panel draws both by drawing the two images that are acting as a buffer. The problem I'm having is how to deal with event handling.