From 744ceb659539753d571dc46aebb601d4a2f0b401 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 26 Sep 2001 00:21:57 +0000 Subject: bugfix: auto context switch --- gl4java/awt/GLAnimCanvas.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gl4java/awt/GLAnimCanvas.java') diff --git a/gl4java/awt/GLAnimCanvas.java b/gl4java/awt/GLAnimCanvas.java index 9268db8..b35f765 100644 --- a/gl4java/awt/GLAnimCanvas.java +++ b/gl4java/awt/GLAnimCanvas.java @@ -26,9 +26,9 @@ import java.lang.Math; * * *

- * There are two ways of using a GLAnimCanvas: the {@link - * gl4java.GLEventListener} model or the subclassing model. Earlier - * versions of OpenGL for Java only supported the subclassing model. + * There are two ways of using a GLAnimCanvas: + * the {@link gl4java.drawable.GLEventListener} model or the subclassing model. + * Earlier versions of OpenGL for Java only supported the subclassing model. * The default implementations of {@link gl4java.awt.GLCanvas#init}, * {@link gl4java.awt.GLCanvas#display}, * {@link gl4java.awt.GLCanvas#reshape} and @@ -412,7 +412,7 @@ public class GLAnimCanvas extends GLCanvas private boolean _fDelayRun=false; /** - * Forcec this thread to release it's GLContext ! + * Force this thread to release it's GLContext ! * * To ensure this, this thread enables itself, * and calls gljFree(true) to force the release ! -- cgit v1.2.3