summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-07-04 11:26:38 +0000
committerSven Gothel <[email protected]>2009-07-04 11:26:38 +0000
commit332795c5482b847fdf6d0f40d9aa470c7b70340e (patch)
tree6baf10e85cbc1f58675c544cc7536ce5ea4d731f
parentd2479923b88f4444da2c48891e7ec006575d20cd (diff)
fix ..
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@369 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
-rw-r--r--www/applet-gears-next.jnlp2
-rw-r--r--www/test.html3
2 files changed, 3 insertions, 2 deletions
diff --git a/www/applet-gears-next.jnlp b/www/applet-gears-next.jnlp
index 8c4b618..c017c4c 100644
--- a/www/applet-gears-next.jnlp
+++ b/www/applet-gears-next.jnlp
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
-<jnlp href="applet-gears.jnlp">
+<jnlp href="applet-gears-next.jnlp">
<information>
<title>JOGL JNLP Applet Gears Demo - NEXT</title>
<vendor>Sun Microsystems, Inc.</vendor>
diff --git a/www/test.html b/www/test.html
index 64f321b..15bc945 100644
--- a/www/test.html
+++ b/www/test.html
@@ -1,5 +1,7 @@
<H2> Test page for JOGL demos </H2>
+<a href="applettest-jnlp-next.html">JNLP Applet test</a><br>
+<a href="applettest-next.html">Applet Launcher test</a><br>
<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/Gears.jnlp">Gears</a><br>
<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/HWShadowmapsSimple.jnlp">Hardware Shadow Maps</a><br>
<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/HDR.jnlp">HDR</a><br>
@@ -19,5 +21,4 @@
<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/VertexArrayRange.jnlp">Vertex Array Range</a><br>
<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/WorldWindBasicDemo.jnlp">NASA World Wind Java (version hosted by NASA)</a><br>
<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/worldwind.jnlp">NASA World Wind Java (older version copied from NASA)</a><br>
-<a href="applettest-next.html">Applet test</a><br>
<a href="applettest-joal-next.html">JOGL/JOAL Applet test</a><br>