summaryrefslogtreecommitdiffstats
path: root/www/applettest-joal-next.html
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2006-12-20 02:06:48 +0000
committerKenneth Russel <[email protected]>2006-12-20 02:06:48 +0000
commit5c30d022034785da5e0434f7a624696494b99b54 (patch)
tree741795175d651a06f6e5d6f85798088f3eef4509 /www/applettest-joal-next.html
parentcd98a5988e1fd6fd77a955bfd95a232467f87160 (diff)
Added applettest-joal-next containing mixed JOGL/JOAL applet
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@186 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'www/applettest-joal-next.html')
-rw-r--r--www/applettest-joal-next.html25
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>