public interface GLCapabilitiesChooser extends CapabilitiesChooser
GLCapabilities.
Developers can implement this interface and pass an instance into
the appropriate method of GLDrawableFactory; the chooser
will be called during the OpenGL context creation process. Note
that this is only a marker interface; its signature is the same as
CapabilitiesChooser, but the array of Capabilities
objects passed to chooseCapabilities
will actually be an array of GLCapabilities.chooseCapabilitiesCopyright 2010 JogAmp Community.