summaryrefslogtreecommitdiffstats
path: root/jnlp-files/applet-redsquare-newtawt.html
diff options
context:
space:
mode:
Diffstat (limited to 'jnlp-files/applet-redsquare-newtawt.html')
-rw-r--r--jnlp-files/applet-redsquare-newtawt.html33
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>