diff options
author | Sven Gothel <[email protected]> | 2011-09-11 06:26:51 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-11 06:26:51 +0200 |
commit | 709d137d6f5ae86c185ee93b81b258be7e2c2c49 (patch) | |
tree | 59439f8714d5c75a6fc22f9d026d1c91e71c3f9d /jnlp-files/jogl-applet-version-lancheronly.html | |
parent | 3a224e7cad3afd5eac6ba7fbdfd080e9f7ce8d6e (diff) |
Unify applet/application version test files: add jogl prefix
Diffstat (limited to 'jnlp-files/jogl-applet-version-lancheronly.html')
-rw-r--r-- | jnlp-files/jogl-applet-version-lancheronly.html | 37 |
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> |