/** Returns the OGLContext for the GraphicsConfig associated with this surface. */
 public final OGLContext getContext() {
   return graphicsConfig.getContext();
 }