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.