---- Reported by kbr 2005-01-26 11:50:46 ---- If a GLEventListener is added to a GLCanvas after the canvas is shown and the context created, init() will not be called on it because that event is triggered only when the OpenGL context is created. This at least needs to be specified; perhaps it can be fixed in the JOGL internals. ---- Additional Comments From kbr 2006-01-11 00:18:42 ---- Added caveat in documentation about adding GLEventListener before GLAutoDrawable is shown. It is infeasible to paper over this in the JOGL implementation. --- Bug imported by sgothel@jausoft.com 2010-03-24 07:47 EDT --- This bug was previously known as _bug_ 133 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=133