summaryrefslogtreecommitdiffstats
path: root/src/demos/GLNewtRun.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-09-14 06:12:33 -0700
committerSven Gothel <[email protected]>2009-09-14 06:12:33 -0700
commite7003e596519e225ecec5b4423314c4dcaa05db8 (patch)
tree86fe34ddea1f6b3e6a76bcd64453c6572718b49c /src/demos/GLNewtRun.java
parent2166980a1d7f4b107571a5bdcff648718b21662f (diff)
NEWT Applet work ..
Diffstat (limited to 'src/demos/GLNewtRun.java')
-rwxr-xr-xsrc/demos/GLNewtRun.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/demos/GLNewtRun.java b/src/demos/GLNewtRun.java
index 2e54e8b..9e31d6b 100755
--- a/src/demos/GLNewtRun.java
+++ b/src/demos/GLNewtRun.java
@@ -142,7 +142,7 @@ public class GLNewtRun implements WindowListener, KeyListener, MouseListener {
demoObject = demoClazz.newInstance();
} catch (Throwable t) {
t.printStackTrace();
- throw new RuntimeException("Error while instaniating demo: "+demoClassName);
+ throw new RuntimeException("Error while instantiating demo: "+demoClassName);
}
if( !(demoObject instanceof GLEventListener) ) {
throw new RuntimeException("Not a GLEventListener: "+demoClassName);