diff options
author | Sven Gothel <[email protected]> | 2011-09-15 07:50:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-15 07:50:41 +0200 |
commit | 926bf101da90eb450d1700d2ddc1242c9e18a2cb (patch) | |
tree | 25bb837ccb26017e4694540b20633a1f05b37c4f /jnlp-files/applet-redsquare-newtawt.html | |
parent | 71f8b57305caad1cce7a6c9e42b282c8d863bdb7 (diff) |
cleanup www and jnlp-files folder, dropping all jnlp/html code to jnlp-files
Diffstat (limited to 'jnlp-files/applet-redsquare-newtawt.html')
-rw-r--r-- | jnlp-files/applet-redsquare-newtawt.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/jnlp-files/applet-redsquare-newtawt.html b/jnlp-files/applet-redsquare-newtawt.html new file mode 100644 index 0000000..bf7832f --- /dev/null +++ b/jnlp-files/applet-redsquare-newtawt.html @@ -0,0 +1,33 @@ +<!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> |