diff options
author | Sven Gothel <[email protected]> | 2013-06-25 22:50:47 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-06-25 22:50:47 +0200 |
commit | 969f55889d169b1a68c118bfd84bff03817f36fb (patch) | |
tree | fb9595bdd1b51ea822a2a518f79a318910fe8841 | |
parent | f8918d4e8eb6a598deb9e01566e903c98c40fcf7 (diff) |
add missing napplet files ..
-rwxr-xr-x | jnlp-files/GearsDebug.jnlp | 29 | ||||
-rw-r--r-- | jnlp-files/applet-gears-debug.html | 54 | ||||
-rw-r--r-- | jnlp-files/applet-gears-debug.jnlp | 32 | ||||
-rw-r--r-- | jnlp-files/applet-gears-napplet.html | 44 | ||||
-rw-r--r-- | jnlp-files/applet-gearsjoal-napplet.html | 47 |
5 files changed, 206 insertions, 0 deletions
diff --git a/jnlp-files/GearsDebug.jnlp b/jnlp-files/GearsDebug.jnlp new file mode 100755 index 0000000..1495ab4 --- /dev/null +++ b/jnlp-files/GearsDebug.jnlp @@ -0,0 +1,29 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp codebase="DEMO_CODEBASE_TAG" + href="GearsDebug.jnlp"> + <information> + <title>JOGL Gears Demo (debug)</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/jogl-demos/"/> + <description>Gears Demo</description> + <description kind="short">Brian Paul's Gears demo ported to Java and JOGL.</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + + <resources> + <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> + <property name="sun.java2d.noddraw" value="true"/> + <property name="jnlp.gluegen.debug.NativeLibrary" value="true"/> + <property name="jnlp.nativewindow.debug" value="all"/> + <property name="jnlp.nativewindow.TraceLock" value="true"/> + <property name="jnlp.jogl.debug" value="all"/> + <property name="jnlp.newt.debug" value="all"/> + <jar href="jar/jogl-demos.jar" main="true"/> + <jar href="jar/jogl-demos-util.jar" /> + <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" /> + </resources> + + <application-desc main-class="demos.gears.Gears"> + </application-desc> +</jnlp> diff --git a/jnlp-files/applet-gears-debug.html b/jnlp-files/applet-gears-debug.html new file mode 100644 index 0000000..f1b3790 --- /dev/null +++ b/jnlp-files/applet-gears-debug.html @@ -0,0 +1,54 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>JOGL JNLP Applet Test (DEBUG)</title> +</head> +<body> + +JOGL JNLP Applet Test w/ JNLPAppletLauncher fallback and debug +<P> + +<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" + width="600" height="400"> + <param name="code" value="org.jdesktop.applet.util.JNLPAppletLauncher"> + <param name="archive" value="../jar/applet-launcher.jar, + ../jar/gluegen-rt.jar, + ../jar/jogl-all.jar, + jar/jogl-demos.jar"> + <param name="codebase_lookup" value="false"> + <param name="subapplet.classname" value="demos.applets.GearsApplet"> + <param name="subapplet.displayname" value="JOGL Gears Applet"> + <param name="noddraw.check" value="true"> + <param name="progressbar" value="true"> + <param name="jnlpNumExtensions" value="1"> + <param name="jnlpExtension1" value="../jogl-all-awt.jnlp"> + <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> + <param name="jnlp_href" value="applet-gears-debug.jnlp"> + <comment> + <embed code="org.jdesktop.applet.util.JNLPAppletLauncher" + width="600" height="400" + type="application/x-java-applet;version=1.6" + pluginspage="http://java.sun.com/javase/downloads/ea.jsp" + archive="../jar/applet-launcher.jar, + ../jar/gluegen-rt.jar, + ../jar/jogl-all.jar, + jar/jogl-demos.jar" + codebase_lookup="false" + subapplet.classname="demos.applets.GearsApplet" + subapplet.displayname" value="JOGL Gears Applet" + noddraw.check" value="true" + progressbar="true" + jnlpNumExtensions="1" + jnlpExtension1="../jogl-all-awt.jnlp" + java_arguments="-Dsun.java2d.noddraw=true" + jnlp_href="applet-gears-debug.jnlp"> + <noembed>Sorry, no Java support detected.</noembed> + </embed> + </comment> +</object> + + +</P> + +</body> +</html> diff --git a/jnlp-files/applet-gears-debug.jnlp b/jnlp-files/applet-gears-debug.jnlp new file mode 100644 index 0000000..f188997 --- /dev/null +++ b/jnlp-files/applet-gears-debug.jnlp @@ -0,0 +1,32 @@ +<?xml version="1.0" encoding="utf-8"?> +<jnlp href="applet-gears-debug.jnlp"> + <information> + <title>JOGL JNLP Applet Gears Demo (debug)</title> + <vendor>JogAmp Community</vendor> + <homepage href="http://jogamp.org/jogl-demos/"/> + <description>Gears Demo </description> + <description kind="short">Brian Paul's Gears demo ported to Java and JOGL.</description> + <offline-allowed/> + </information> + <update check="background" policy="always"/> + + <resources> + <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> + <property name="sun.java2d.noddraw" value="true"/> + <property name="jnlp.gluegen.debug.NativeLibrary" value="true"/> + <property name="jnlp.nativewindow.debug" value="all"/> + <property name="jnlp.nativewindow.TraceLock" value="true"/> + <property name="jnlp.jogl.debug" value="all"/> + <property name="jnlp.newt.debug" value="all"/> + <jar href="jar/jogl-demos.jar" main="true"/> + <jar href="jar/jogl-demos-util.jar"/> + <extension name="jogl-all-awt" href="../jogl-all-awt.jnlp" /> + </resources> + + <applet-desc + name="Gears-Applet" + main-class="demos.applets.GearsApplet" + width="640" + height="480"> + </applet-desc> +</jnlp> diff --git a/jnlp-files/applet-gears-napplet.html b/jnlp-files/applet-gears-napplet.html new file mode 100644 index 0000000..4d7f033 --- /dev/null +++ b/jnlp-files/applet-gears-napplet.html @@ -0,0 +1,44 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>JOGL New Applet Gears</title> +</head> +<body> + +JOGL NApplet Gears +<P> + +<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" + width="600" height="400"> + <param name="code" value="demos.applets.GearsApplet"> + <param name="archive" value="../jar/gluegen-rt.jar, + ../jar/jogl-all.jar, + jar/jogl-demos.jar"> + <comment> + <embed code="demos.applets.GearsApplet" + width="600" height="400" + type="application/x-java-applet;version=1.6" + pluginspage="http://java.sun.com/javase/downloads/ea.jsp" + archive="../jar/gluegen-rt.jar, + ../jar/jogl-all.jar, + jar/jogl-demos.jar"> + <noembed>Sorry, no Java support detected.</noembed> + </embed> + </comment> +</object> + +</P> + +<P> + +Note that the jogl-demos.jar and joal-demos.jar files, which contain +the applet's classes, <B>do not need to be signed</B>! JogAmp Community +signs jogl, joal and gluegen JAR files, which contain JOGL, JOAL and +supporting classes; this is the only Java code which needs to be +signed in order to deploy applets using JOGL and JOAL and is the only +certificate the end user must accept. + +</P> + +</body> +</html> diff --git a/jnlp-files/applet-gearsjoal-napplet.html b/jnlp-files/applet-gearsjoal-napplet.html new file mode 100644 index 0000000..cba455d --- /dev/null +++ b/jnlp-files/applet-gearsjoal-napplet.html @@ -0,0 +1,47 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>JOGL NApplet GearsJOAL</title> +</head> +<body> + +JOGL NApplet GearsJOAL +<P> + +<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" + width="600" height="400"> + <param name="code" value="demos.applets.GearsJOALApplet"> + <param name="archive" value="../jar/gluegen-rt.jar, + ../jar/jogl-all.jar, + ../jar/joal.jar, + jar/jogl-demos.jar, + jar/jogl-demos-data.jar"> + <comment> + <embed code="demos.applets.GearsJOALApplet" + width="600" height="400" + type="application/x-java-applet;version=1.6" + pluginspage="http://java.sun.com/javase/downloads/ea.jsp" + archive="../jar/gluegen-rt.jar, + ../jar/jogl-all.jar, + ../jar/joal.jar, + jar/jogl-demos.jar, + jar/jogl-demos-data.jar"> + <noembed>Sorry, no Java support detected.</noembed> + </embed> + </comment> +</object> + +</P> +<P> + +Note that the jogl-demos.jar and joal-demos.jar files, which contain +the applet's classes, <B>do not need to be signed</B>! JogAmp Community +signs jogl, joal and gluegen JAR files, which contain JOGL, JOAL and +supporting classes; this is the only Java code which needs to be +signed in order to deploy applets using JOGL and JOAL and is the only +certificate the end user must accept. + +</P> + +</body> +</html> |