diff options
Diffstat (limited to 'www/applet-redsquare-newtawt-next.html')
-rw-r--r-- | www/applet-redsquare-newtawt-next.html | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/www/applet-redsquare-newtawt-next.html b/www/applet-redsquare-newtawt-next.html deleted file mode 100644 index fd92358..0000000 --- a/www/applet-redsquare-newtawt-next.html +++ /dev/null @@ -1,35 +0,0 @@ -<!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://jogamp.org/deployment/util/applet-launcher.jar, - http://jogamp.org/deployment/webstart-next/newt.all.jar, - http://jogamp.org/deployment/webstart-next/nativewindow.all.jar, - http://jogamp.org/deployment/webstart-next/jogl.all.jar, - http://jogamp.org/deployment/webstart-next/gluegen-rt.jar, - http://jogamp.org/deployment/webstart-next/jogl-demos/jogl-demos.jar"> - <param name="codebase_lookup" value="false"> - <param name="subapplet.classname" value="demos.applets.RedSquareNEWTAWTApplet"> - <param name="subapplet.displayname" value="JOGL RedSquare NEWT-AWT 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/webstart-next/jogl-core.jnlp"> - <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> - <param name="jnlp_href" value="applet-redsquare-newtawt-next.jnlp"> -</applet> - -</P> -<P> - -</body> -</html> |