diff options
author | Sven Gothel <[email protected]> | 2015-07-28 15:26:38 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-07-28 15:26:38 +0200 |
commit | 1b1a05eb49cc3a0e0da505c175388ae1147ea2d6 (patch) | |
tree | be1836f3feb34632d6c57e3c10cbf4c52ef782c5 /jnlp-files/jogl-applet-runner-newt-GraphTextDemo01-applet3-napplet.html | |
parent | 63331d5da80f66753442fe651f517b3540b517ce (diff) |
Bug 1154 - Make plugin3-public.jar optional: Part 1 / 2 (Relocate Applet3 classes)
Diffstat (limited to 'jnlp-files/jogl-applet-runner-newt-GraphTextDemo01-applet3-napplet.html')
-rw-r--r-- | jnlp-files/jogl-applet-runner-newt-GraphTextDemo01-applet3-napplet.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jnlp-files/jogl-applet-runner-newt-GraphTextDemo01-applet3-napplet.html b/jnlp-files/jogl-applet-runner-newt-GraphTextDemo01-applet3-napplet.html index 0ff71c9f7..fa734ad1c 100644 --- a/jnlp-files/jogl-applet-runner-newt-GraphTextDemo01-applet3-napplet.html +++ b/jnlp-files/jogl-applet-runner-newt-GraphTextDemo01-applet3-napplet.html @@ -12,7 +12,7 @@ JOGL Applet3 Graph Text Demo 01 <P> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="800" height="400"> - <param name="code" value="com.jogamp.newt.util.applet.JOGLNewtApplet3Run"> + <param name="code" value="com.jogamp.newt.util.applet3.JOGLNewtApplet3Run"> <param name="archive" value="jar/gluegen-rt.jar, jar/jogl-all-noawt.jar, jar/jogl-test.jar"> @@ -25,7 +25,7 @@ JOGL Applet3 Graph Text Demo 01 <param name="gl_debug" value="false"> <param name="gl_trace" value="false"> <comment> - <embed code="com.jogamp.newt.util.applet.JOGLNewtApplet3Run" + <embed code="com.jogamp.newt.util.applet3.JOGLNewtApplet3Run" width="800" height="400" type="application/x-java-applet;version=1.6" pluginspage="http://java.sun.com/javase/downloads/ea.jsp" |