No. The GLEventListener is a notification/callback mechanism. Reshape doesn't change the size, it notifies you that the size was changed.
The order (in JOGL 2) is:
Init
Reshape
Display+
Until the size changes, then
Reshape
Display+
Until it is closed, then
Destroy.
--------------------------
Sent from my BlackBerry Wireless Handheld
From: bcothren [via jogamp] [mailto:[hidden email]]
Sent: Tuesday, March 15, 2011 05:33 PM
To: Vaughan, Steve
Subject: does GLEventListener.reshape() call display()
Simple (?) question for yall...
When you resize the window that contains the GLEventListener I am assuming that reshape() gets called. Is display() called once reshape is finished?
I've got to run, but I can elaborate on my interest into this question later if need be.
Thanks