diff options
author | Kenneth Russel <[email protected]> | 2006-12-19 03:08:47 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2006-12-19 03:08:47 +0000 |
commit | 7746e8893422ba83069b28700eb66f6420f15b9c (patch) | |
tree | d3e95f238e63bd68e4b812f82dbb264a4120595a /www/applettest-next.html | |
parent | d2f9cfafd62c39a7a8ede329334d3e29a3843653 (diff) |
Test page for "next" version of JOGL -- not functional yet
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@184 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www/applettest-next.html')
-rw-r--r-- | www/applettest-next.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/applettest-next.html b/www/applettest-next.html new file mode 100644 index 0000000..a5b293c --- /dev/null +++ b/www/applettest-next.html @@ -0,0 +1,25 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>JOGL Applet Test - Next JOGL Version</title> +</head> +<body> + +<P> + +<applet code="com.sun.opengl.util.JOGLAppletLauncher" + width=600 + height=400 + codebase="http://download.java.net/media/jogl/builds/archive/jsr-231-webstart-next" + archive="jogl.jar,jogl-demos.jar"> + <param name="subapplet.classname" VALUE="demos.applets.GearsApplet"> + <param name="subapplet.displayname" VALUE="JOGL Gears Applet"> + <param name="progressbar" value="true"> + <param name="cache_archive" VALUE="jogl.jar,jogl-demos.jar"> + <param name="cache_archive_ex" VALUE="jogl.jar;preload,jogl-demos.jar;preload"> +</applet> + +</P> + +</body> +</html> |