From 4245ea5d8e1d27c8dd698c93b901dba64aa7906e Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sat, 12 Nov 2005 01:35:19 +0000 Subject: Cleaned up wording in GLCanvas and GLJPanel javadoc about instantiation pointed out by Justin Couch git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@440 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/classes/javax/media/opengl/GLCanvas.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/classes/javax/media/opengl/GLCanvas.java') 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 { -- cgit v1.2.3