diff options
Diffstat (limited to 'www/applettest-next.html')
-rw-r--r-- | www/applettest-next.html | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/www/applettest-next.html b/www/applettest-next.html deleted file mode 100644 index ffd3e64..0000000 --- a/www/applettest-next.html +++ /dev/null @@ -1,31 +0,0 @@ -<!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="org.jdesktop.applet.util.JNLPAppletLauncher" - width=600 - height=400 - archive="http://jogamp.org/deployment/jogamp-next/jar/applet-launcher.jar, - http://jogamp.org/deployment/jogamp-next/jar/gluegen-rt.jar, - http://jogamp.org/deployment/jogamp-next/jar/jogl.all.jar, - http://jogamp.org/deployment/jogamp-next/jogl-demos/jar/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://jogamp.org/deployment/jogamp-next/jogl-all-awt.jnlp"> -</applet> - - -</P> - -</body> -</html> |