63886389639063916392639363946395639663976398
try { glDrawable = GLDrawableFactory.getFactory(profile).createGLDrawable(nativeWindow); glContext = glDrawable.createContext(context(shareCtx)); } finally { nativeWindow.unlockSurface(); } cv.drawable = new JoglDrawable(glDrawable, nativeWindow); }
63326333633463356336633763386339634063416342
currentContext.makeCurrent(); } } } finally { surface.unlockSurface(); } } // Fix for Bug 983 private void checkAppContext() {