I was just just trying to point out how the OpenGLContext calls paintComponent() AFTER renderOpenGL(), which calls paint() on the component the context is attached to, as well as on all the children of that component. if you’re going to use OpenGLContext, you’ll need to abide by the rules it uses for rendering.
