From 820cc25c18c4aeb70b28eeacdecf82d98a24c08c Mon Sep 17 00:00:00 2001
From: Sven Gothel
Date: Fri, 3 Jul 2009 01:51:22 +0000
Subject: Fix for JOGL2
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@360 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
---
www/applet-gears-next.jnlp | 26 ++++++++++++++
www/applet-gears.jnlp | 26 ++++++++++++++
www/applettest-jnlp-next.html | 32 +++++++++++++++++
www/applettest-jnlp.html | 81 +++++++++++++++++++++++++++++++++++++++++++
www/applettest-joal-next.html | 30 ++++++++++------
www/applettest-joal.html | 17 ++++-----
www/applettest-next.html | 25 +++++++------
www/applettest.html | 16 ++++-----
www/index.html | 48 ++++++++++++++-----------
www/test.html | 38 ++++++++++----------
10 files changed, 262 insertions(+), 77 deletions(-)
create mode 100644 www/applet-gears-next.jnlp
create mode 100644 www/applet-gears.jnlp
create mode 100644 www/applettest-jnlp-next.html
create mode 100644 www/applettest-jnlp.html
(limited to 'www')
diff --git a/www/applet-gears-next.jnlp b/www/applet-gears-next.jnlp
new file mode 100644
index 0000000..c51b7b4
--- /dev/null
+++ b/www/applet-gears-next.jnlp
@@ -0,0 +1,26 @@
+
+
+
+ JOGL JNLP Applet Gears Demo - NEXT
+ Sun Microsystems, Inc.
+
+ Gears Demo - NEXT
+ Brian Paul's Gears demo ported to Java and JOGL.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/www/applet-gears.jnlp b/www/applet-gears.jnlp
new file mode 100644
index 0000000..76832b9
--- /dev/null
+++ b/www/applet-gears.jnlp
@@ -0,0 +1,26 @@
+
+
+
+ JOGL JNLP Applet Gears Demo
+ Sun Microsystems, Inc.
+
+ Gears Demo
+ Brian Paul's Gears demo ported to Java and JOGL.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/www/applettest-jnlp-next.html b/www/applettest-jnlp-next.html
new file mode 100644
index 0000000..ae80cf1
--- /dev/null
+++ b/www/applettest-jnlp-next.html
@@ -0,0 +1,32 @@
+
+
+
+JOGL JNLP Applet Test NEXT
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/www/applettest-jnlp.html b/www/applettest-jnlp.html
new file mode 100644
index 0000000..e18774c
--- /dev/null
+++ b/www/applettest-jnlp.html
@@ -0,0 +1,81 @@
+
+
+
+JOGL JNLP Applet Test
+
+
+
+
+
+In case your Java Plugin supports JNLP,
+the applet-gears.jnlp is used,
+otherwise it shall fallback to JNLPAppletLauncher.
+
+
+
+
+
+
+
+
+
+The applet above is instantiated with the following code:
+
+
+<applet code="org.jdesktop.applet.util.JNLPAppletLauncher"
+ width=600
+ height=400
+ archive="http://download.java.net/media/applet-launcher/applet-launcher.jar,
+ http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl.all.jar,
+ http://download.java.net/media/gluegen/webstart-2.x/gluegen-rt.jar,
+ http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart/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="http://download.java.net/media/jogl/jsr-231-2.x-webstart/jogl-core.jnlp">
+ <param name="jnlp_href" value="applet-gears.jnlp">
+</applet>
+
+
+
+
+
+Note that the jogl-demos.jar, which contains the GearsApplet class,
+does not need to be signed! Sun Microsystems, Inc. signs
+applet-launcher.jar, jogl.jar and gluegen-rt.jar, which contain the
+JNLPAppletLauncher and JOGL's supporting classes; this is the only
+Java code which needs to be signed in order to deploy applets using
+JOGL and is the only certificate the end user must accept.
+
+
+
+
+The JNLPAppletLauncher
+home page contains more information about what files must be
+placed on the web server in order to enable the deployment of applets
+using JOGL and other extensions.
+
+
+
+
+
diff --git a/www/applettest-joal-next.html b/www/applettest-joal-next.html
index ec65d7c..3cc96ee 100644
--- a/www/applettest-joal-next.html
+++ b/www/applettest-joal-next.html
@@ -8,19 +8,27 @@
+