Bug 949 - removeGLEventListener method apparently missing from GLAutoDrawable in 2.1.3
Summary: removeGLEventListener method apparently missing from GLAutoDrawable in 2.1.3
Status: RESOLVED INVALID
Alias: None
Product: Jogl
Classification: JogAmp
Component: opengl (show other bugs)
Version: 2
Hardware: All all
: --- major
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2014-01-23 18:44 CET by tom
Modified: 2014-01-24 03:13 CET (History)
0 users

See Also:
Type: ---
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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