summaryrefslogtreecommitdiffstats
path: root/www/webstart/JRefract.jnlp
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2005-02-07 23:25:39 +0000
committerKenneth Russel <[email protected]>2005-02-07 23:25:39 +0000
commite8c5222ee9ab261ed996b2352d1d9a64f76f51fb (patch)
treed6aaf9b5b0c1c6b2e5185e6f1b3aa89916cef2c5 /www/webstart/JRefract.jnlp
parent95beedbd90d58ef595fa8d2048cc41f805923c92 (diff)
Added JRefract demo to jogl-demos web page
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@48 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www/webstart/JRefract.jnlp')
-rwxr-xr-xwww/webstart/JRefract.jnlp24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/webstart/JRefract.jnlp b/www/webstart/JRefract.jnlp
new file mode 100755
index 0000000..11edcc8
--- /dev/null
+++ b/www/webstart/JRefract.jnlp
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp spec="1.0"
+ codebase="https://jogl-demos.dev.java.net/webstart/"
+ href="JRefract.jnlp">
+ <information>
+ <title>JOGL JRefract Demo</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>JRefract Demo</description>
+ <description kind="short">Variant of NVidia's vtxprog_refract demo illustrating JOGL's hardware-accelerated Swing component.</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" />
+ <jar href="jogl-demos-data.jar" />
+ <extension name="jogl" href="https://jogl.dev.java.net/webstart/jogl.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.jrefract.JRefract"/>
+</jnlp>