summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/classes/javax/media/opengl/GLCanvas.java4
-rw-r--r--src/classes/javax/media/opengl/GLJPanel.java4
2 files changed, 2 insertions, 6 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 {
diff --git a/src/classes/javax/media/opengl/GLJPanel.java b/src/classes/javax/media/opengl/GLJPanel.java
index 5460bc0cd..cce43badf 100644
--- a/src/classes/javax/media/opengl/GLJPanel.java
+++ b/src/classes/javax/media/opengl/GLJPanel.java
@@ -58,9 +58,7 @@ import com.sun.opengl.impl.*;
when adding a heavyweight doesn't work either because of
Z-ordering or LayoutManager problems. This component attempts to
use hardware-accelerated rendering via pbuffers and falls back on
- to software rendering if problems occur. This class can not be
- instantiated directly; use {@link GLDrawableFactory} to construct
- them. <P>
+ to software rendering if problems occur. <P>
Note that because this component attempts to use pbuffers for
rendering, and because pbuffers can not be resized, somewhat