diff options
Diffstat (limited to 'src/classes/javax/media/opengl/GLCanvas.java')
-rw-r--r-- | src/classes/javax/media/opengl/GLCanvas.java | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/classes/javax/media/opengl/GLCanvas.java b/src/classes/javax/media/opengl/GLCanvas.java index fe2cd869b..b6c1ca0d0 100644 --- a/src/classes/javax/media/opengl/GLCanvas.java +++ b/src/classes/javax/media/opengl/GLCanvas.java @@ -56,9 +56,7 @@ import com.sun.opengl.impl.*; support. This is the primary implementation of {@link GLDrawable}; {@link GLJPanel} is provided for compatibility with Swing user interfaces when adding a heavyweight doesn't work either because - of Z-ordering or LayoutManager problems. This class can not be - instantiated directly; use {@link GLDrawableFactory} to construct - them. */ + of Z-ordering or LayoutManager problems. */ public class GLCanvas extends Canvas implements GLAutoDrawable { |