aboutsummaryrefslogtreecommitdiffstats
path: root/gl4java/swing/GLAnimJPanel.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2001-09-26 00:21:57 +0000
committerSven Gothel <[email protected]>2001-09-26 00:21:57 +0000
commit744ceb659539753d571dc46aebb601d4a2f0b401 (patch)
treed5dbaac2714b00532c51d8f35bcd6ec0927d235c /gl4java/swing/GLAnimJPanel.java
parent26883064d71736ccd96a6f1d9b19b85b66f5ac7c (diff)
bugfix: auto context switch
Diffstat (limited to 'gl4java/swing/GLAnimJPanel.java')
-rw-r--r--gl4java/swing/GLAnimJPanel.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/gl4java/swing/GLAnimJPanel.java b/gl4java/swing/GLAnimJPanel.java
index bdbdd94..3bd8ebf 100644
--- a/gl4java/swing/GLAnimJPanel.java
+++ b/gl4java/swing/GLAnimJPanel.java
@@ -27,7 +27,7 @@ import java.lang.Math;
*
* <p>
* There are two ways of using a GLAnimJPanel: the {@link
- * gl4java.GLEventListener} model or the subclassing model. Earlier
+ * gl4java.drawable.GLEventListener} model or the subclassing model. Earlier
* versions of the system only supported the subclassing model. The
* default implementations of {@link #init}, {@link #display},
* {@link #reshape} and {@link #doCleanup}
@@ -154,7 +154,7 @@ public class GLAnimJPanel extends GLJPanel
protected boolean threadSuspended = false;
static {
- if(GLContext.loadNativeLibraries(null, null, null)==false)
+ if(GLContext.doLoadNativeLibraries(null, null, null)==false)
System.out.println("GLAnimJPanel could not load def. native libs.");
}