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-gears-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-gears-applet3-napplet.html')
-rw-r--r-- | jnlp-files/jogl-applet-runner-newt-gears-applet3-napplet.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jnlp-files/jogl-applet-runner-newt-gears-applet3-napplet.html b/jnlp-files/jogl-applet-runner-newt-gears-applet3-napplet.html index ef287c79d..6fae7cbb1 100644 --- a/jnlp-files/jogl-applet-runner-newt-gears-applet3-napplet.html +++ b/jnlp-files/jogl-applet-runner-newt-gears-applet3-napplet.html @@ -25,7 +25,7 @@ JOGL NEWT Applet3 Runner Special Keys:<br> <p> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="200" height="200"> - <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"> @@ -35,7 +35,7 @@ JOGL NEWT Applet3 Runner Special Keys:<br> <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="200" height="200" type="application/x-java-applet;version=1.6" pluginspage="http://java.sun.com/javase/downloads/ea.jsp" @@ -61,7 +61,7 @@ The applet above is instantiated with the following code: <pre> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="200" height="200"> - <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"> @@ -71,7 +71,7 @@ The applet above is instantiated with the following code: <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="200" height="200" type="application/x-java-applet;version=1.6" pluginspage="http://java.sun.com/javase/downloads/ea.jsp" |