aboutsummaryrefslogtreecommitdiffstats
path: root/jnlp-files/jogl-applet-version-lancheronly.html
diff options
context:
space:
mode:
Diffstat (limited to 'jnlp-files/jogl-applet-version-lancheronly.html')
-rw-r--r--jnlp-files/jogl-applet-version-lancheronly.html37
1 files changed, 37 insertions, 0 deletions
diff --git a/jnlp-files/jogl-applet-version-lancheronly.html b/jnlp-files/jogl-applet-version-lancheronly.html
new file mode 100644
index 000000000..4bcf64081
--- /dev/null
+++ b/jnlp-files/jogl-applet-version-lancheronly.html
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>JOGL JNLP Applet Version (Launcher)</title>
+</head>
+<body>
+
+<P>
+The applet below shall show you the version of the Jogl components
+and your platform.
+</P>
+<p>
+AppletLauncher only version.
+</p>
+
+<P>
+
+<applet code="org.jdesktop.applet.util.JNLPAppletLauncher"
+ width=800
+ height=600
+ archive="JOGL_CODEBASE_TAG/jar/applet-launcher.jar,
+ JOGL_CODEBASE_TAG/jar/jogl.all.jar,
+ JOGL_CODEBASE_TAG/jar/gluegen-rt.jar">
+ <param name="codebase_lookup" value="false">
+ <param name="subapplet.classname" value="jogamp.newt.driver.awt.opengl.VersionApplet">
+ <param name="subapplet.displayname" value="JOGL Applet Version">
+ <!-- param name="noddraw.check" value="true" -->
+ <param name="progressbar" value="true">
+ <param name="jnlpNumExtensions" value="1">
+ <param name="jnlpExtension1" value="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp">
+</applet>
+
+
+</P>
+
+</body>
+</html>