I’m going to use JOGL extensively in my application so I would also like to use the OpenGL graphics pipeline. I’ve enabled it giving this command to the JVM (using Eclipse),
-Dsun.java2d.opengl=True
When the program starts I get this information,
Java version: 1.6.0_10
OpenGL pipeline enabled for default config on screen 0
If I have the Windows Vista theme on my computer only an empty translucent window frame is shown. When I change to the Windows Classic theme the program window appears as it should. I’ve tried both SystemLookAndFeel and NimbusLookAndFeel but there’s no difference.
It seems the OpenGL graphics pipeline doesn’t work with Windows Vista Aero. Is there some setting I’ve missed or something?