diff options
Diffstat (limited to 'www/applettest-joal-next.html')
-rw-r--r-- | www/applettest-joal-next.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/www/applettest-joal-next.html b/www/applettest-joal-next.html new file mode 100644 index 0000000..8a05c47 --- /dev/null +++ b/www/applettest-joal-next.html @@ -0,0 +1,25 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> +<title>JOGL / JOAL 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,joal.jar,gluegen-rt.jar,jogl-demos.jar,joal-demos.jar"> + <param name="subapplet.classname" VALUE="demos.applets.GearsJOALApplet"> + <param name="subapplet.displayname" VALUE="JOGL / JOAL Gears Applet"> + <param name="progressbar" value="true"> + <param name="cache_archive" VALUE="jogl.jar,joal.jar,gluegen-rt.jar,jogl-demos.jar,joal-demos.jar"> + <param name="cache_archive_ex" VALUE="jogl.jar;preload,joal.jar;preload,gluegen-rt.jar;preload,jogl-demos.jar;preload,joal-demos.jar;preload"> +</applet> + +</P> + +</body> +</html> |