diff options
author | Sven Gothel <[email protected]> | 2009-09-14 06:12:33 -0700 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-09-14 06:12:33 -0700 |
commit | e7003e596519e225ecec5b4423314c4dcaa05db8 (patch) | |
tree | 86fe34ddea1f6b3e6a76bcd64453c6572718b49c /src/demos/GLNewtRun.java | |
parent | 2166980a1d7f4b107571a5bdcff648718b21662f (diff) |
NEWT Applet work ..
Diffstat (limited to 'src/demos/GLNewtRun.java')
-rwxr-xr-x | src/demos/GLNewtRun.java | 2 |
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); |