diff options
author | Sven Gothel <[email protected]> | 2011-09-16 04:12:50 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-16 04:12:50 +0200 |
commit | ca25e8574685d75155f358f41ce42c7af2a63bb2 (patch) | |
tree | 6941d5eb4d34937663e19490d01dbb3b05abae42 /jnlp-files/applet-redsquare-newtawt.html | |
parent | 86f18bf2c80bb3030cef60054f97ff4dd2978528 (diff) |
Fix jnlp/html filesv2.0-rc3
Diffstat (limited to 'jnlp-files/applet-redsquare-newtawt.html')
-rw-r--r-- | jnlp-files/applet-redsquare-newtawt.html | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/jnlp-files/applet-redsquare-newtawt.html b/jnlp-files/applet-redsquare-newtawt.html deleted file mode 100644 index bf7832f..0000000 --- a/jnlp-files/applet-redsquare-newtawt.html +++ /dev/null @@ -1,33 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<title>JOGL JNLP Applet Test</title> -</head> -<body> - -<P> - -<applet code="org.jdesktop.applet.util.JNLPAppletLauncher" - width=600 - height=400 - archive="../jar/applet-launcher.jar, - ../jar/gluegen-rt.jar, - ../jar/jogl.all.jar, - jar/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="../jogl-all-awt.jnlp"> - <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> - <param name="jnlp_href" value="applet-redsquare-newtawt.jnlp"> -</applet> - -</P> -<P> - -</body> -</html> |