Hi all!
I have a question…
Why use GLEventListener.reshape instead of ComponentListener.componentResized?
GLEventListener.reshape is called on the OpenGL thread, it automatically updates the viewport whereas I’m not sure ComponentListener.componentResized does.