diff options
author | Sven Gothel <[email protected]> | 2009-07-03 01:51:22 +0000 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2009-07-03 01:51:22 +0000 |
commit | 820cc25c18c4aeb70b28eeacdecf82d98a24c08c (patch) | |
tree | faae753462776b67d492a9a7b41b35b0ffc07f1d /www/applettest-jnlp-next.html | |
parent | 087f77772f1228e7fcf4b77eb7d7d97eb90785ba (diff) |
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
Diffstat (limited to 'www/applettest-jnlp-next.html')
-rw-r--r-- | www/applettest-jnlp-next.html | 32 |
1 files changed, 32 insertions, 0 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>JOGL JNLP Applet Test NEXT</title> +</head> +<body> + +<P> + +<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-next/jogl.all.jar, + http://download.java.net/media/gluegen/webstart-2.x-next/gluegen-rt.jar, + http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/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-next/jogl-core.jnlp"> + <param name="jnlp_href" value="applet-gears-next.jnlp"> +</applet> + +</P> +<P> + +</body> +</html> |