summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/index.html2
-rw-r--r--www/webstart/GearsTmp.jnlp23
2 files changed, 24 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html
index 90d37d4..28f485f 100644
--- a/www/index.html
+++ b/www/index.html
@@ -579,7 +579,7 @@ Mac OS X) </td>
</tr>
<tr>
<td width="25%"> <a
- href="http://jogl-demos.dev.java.net/webstart/gears.jnlp"> <img
+ href="http://jogl-demos.dev.java.net/webstart/GearsTmp.jnlp"> <img
src="gears_sm.jpg" width="160" height="163" alt="Launch Gears demo">
</a> </td>
<td width="45%">Classic OpenGL demo. Original source code
diff --git a/www/webstart/GearsTmp.jnlp b/www/webstart/GearsTmp.jnlp
new file mode 100644
index 0000000..f6f7ee5
--- /dev/null
+++ b/www/webstart/GearsTmp.jnlp
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0"
+ codebase="http://jogl-demos.dev.java.net/webstart/"
+ href="GearsTmp.jnlp">
+ <information>
+ <title>JOGL Gears Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>Gears Demo</description>
+ <description kind="short">Brian Paul's Gears demo ported to Java and JOGL.</description>
+ <offline-allowed/>
+ </information>
+
+ <resources>
+ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
+ <property name="sun.java2d.noddraw" value="true"/>
+ <jar href="jogl-demos.jar" main="true"/>
+ <jar href="jogl-demos-util.jar" />
+ <extension name="jogl" href="http://jogl.dev.java.net/webstart/jogl.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.gears.Gears"/>
+</jnlp>