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-version-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-version-applet3-napplet.html')
-rw-r--r-- | jnlp-files/jogl-applet-version-applet3-napplet.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/jnlp-files/jogl-applet-version-applet3-napplet.html b/jnlp-files/jogl-applet-version-applet3-napplet.html index 1fc12f781..d10e1dc5b 100644 --- a/jnlp-files/jogl-applet-version-applet3-napplet.html +++ b/jnlp-files/jogl-applet-version-applet3-napplet.html @@ -14,11 +14,11 @@ and your platform. <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="800" height="600"> - <param name="code" value="com.jogamp.newt.util.applet.VersionApplet3"> + <param name="code" value="com.jogamp.newt.util.applet3.VersionApplet3"> <param name="archive" value="jar/gluegen-rt.jar, jar/jogl-all-noawt.jar"> <comment> - <embed code="com.jogamp.newt.util.applet.VersionApplet3" + <embed code="com.jogamp.newt.util.applet3.VersionApplet3" width="800" height="600" type="application/x-java-applet;version=1.6" pluginspage="http://java.sun.com/javase/downloads/ea.jsp" @@ -37,11 +37,11 @@ The applet3 above is instantiated with the following code: <pre> <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="800" height="600"> - <param name="code" value="com.jogamp.newt.util.applet.VersionApplet3"> + <param name="code" value="com.jogamp.newt.util.applet3.VersionApplet3"> <param name="archive" value="jar/gluegen-rt.jar, jar/jogl-all-noawt.jar"> <comment> - <embed code="com.jogamp.newt.util.applet.VersionApplet3" + <embed code="com.jogamp.newt.util.applet3.VersionApplet3" width="800" height="600" type="application/x-java-applet;version=1.6" pluginspage="http://java.sun.com/javase/downloads/ea.jsp" |