Maximizing windows under OSX

Hi All,

I am experiencing an interesting problem with JOGL and I was wondering if anyone could help. When I maximize a JOGL app under Windows, the program resizes just fine. When I maximize the window in an OSX app (by presing the green + button), the window resizes, but the JOGL window stays where it was before, resulting in a small window that is not aligned with its parent Component. This can be demonstrated using the Gears demo. Any idea why maximizing on OSX seems to not work?

BTW, resizing by dragging on OSX works just fine.

I have the same issue. It doesn’t bug me too much because I deploy on Windows. I’m at a loss how to fix it, I’ll just let the good folks at apple stabilize their java environment (it seems to be undergoing constant renovation), and perhaps the bug will go away.