It's package-private because it's only accessed within the
sun.java2d.opengl package, and in general we strive to reduce the
visibility of classes/interfaces. The concrete GLX/WGL
implementations also live in that package, so there was no reason to
make it public.
There's probably no har
Hi Christoph,
I have filed bug #6889147, it should appear shortly on bugs.sun.com.
This seems to be another problem in the Pisces renderer. It seems to be
valid both for OpenJDK6 and 7. I try to have a look as soon as I find
time.
Thanks, Roman
Am Dienstag, den 06.10.2009, 12:31 +0200 schrieb
Hi all!
Is there any reason why sun.java2d.OGLGraphicsConfig is not public?
I would like to make it public so that I can have some more ways to
reuse the code in the OpenGL pipeline, for example by having an EGL
based implementation that doesn't depend on X11 at all.
Of course, I could use a