From e7003e596519e225ecec5b4423314c4dcaa05db8 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 14 Sep 2009 06:12:33 -0700 Subject: NEWT Applet work .. --- src/demos/GLNewtRun.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/demos/GLNewtRun.java') 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); -- cgit v1.2.3