In my OpenGL hacks I've found I need to repaint when a window occludes the opengl rendering area, but since there are no messages going to the component, how does it know to repaint?
Is there something like virtual onOverlappingWindowMovement() anywhere?