Bug 949

Summary: removeGLEventListener method apparently missing from GLAutoDrawable in 2.1.3
Product: [JogAmp] Jogl Reporter: tom
Component: openglAssignee: Sven Gothel <sgothel>
Status: RESOLVED INVALID    
Severity: major    
Priority: ---    
Version: 2   
Hardware: All   
OS: all   
Type: --- SCM Refs:
Workaround: ---

Description tom 2014-01-23 18:44:58 CET
The following exception is thrown when GLAutoDrawable.removeGLEventListener is called:

 Exception in thread "AWT-EventQueue-1" java.lang.NoSuchMethodError: javax.media.opengl.GLAutoDrawable.remove GLEventListener(Ljavax/media/opengl/GLEventListenerV

This occurs in JOGL 2.1.3 but not 2.1.0.
Comment 1 tom 2014-01-23 20:04:36 CET
Nevermind. This report came from a World Wind user but we're unable to validate it ourselves. Sorry for filing a false bug.
Comment 2 Sven Gothel 2014-01-24 03:13:38 CET
No problem, thank you for using our bugzilla!

Is included, yes:
  "public GLEventListener removeGLEventListener(GLEventListener listener);"

Closing this bug, if the bug still exists - pls reopen.

~Sven