summaryrefslogtreecommitdiffstats
path: root/jnlp-files
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-09-15 07:19:30 +0200
committerSven Gothel <[email protected]>2011-09-15 07:19:30 +0200
commit42129070c5262c7f6c881c41a70fcb4550c33efa (patch)
tree54a4a1579c6e841a7addc437d77f557724681c60 /jnlp-files
parentfa5fdc4cbbe93da290d6cea49188aa5e8738b032 (diff)
Add JOGL/NEWT Applet Runner; Add JOGL Applet Tests; Rename applet test version
Diffstat (limited to 'jnlp-files')
-rw-r--r--jnlp-files/jogl-applet-runner-newt-gears-normal.html32
-rw-r--r--jnlp-files/jogl-applet-runner-newt-gears-special.html40
-rw-r--r--jnlp-files/jogl-applet-runner-newt.jnlp26
-rw-r--r--jnlp-files/jogl-applet-version.html (renamed from jnlp-files/jogl-applet-version-jnlp.html)0
-rw-r--r--jnlp-files/jogl-test-applets.html29
5 files changed, 127 insertions, 0 deletions
diff --git a/jnlp-files/jogl-applet-runner-newt-gears-normal.html b/jnlp-files/jogl-applet-runner-newt-gears-normal.html
new file mode 100644
index 000000000..126ebea08
--- /dev/null
+++ b/jnlp-files/jogl-applet-runner-newt-gears-normal.html
@@ -0,0 +1,32 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>JOGL NEWT JNLP Applet Runner - GearsES2 - normal</title>
+</head>
+<body BGCOLOR="#ffffff">
+
+<P>
+
+<applet width=200 height=200>
+ <param name="java_arguments" value="-Dsun.java2d.noddraw=true">
+ <param name="gl_event_listener_class" value="com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2">
+ <param name="gl_profile" value="GL2">
+ <param name="gl_swap_interval" value="1">
+ <param name="gl_debug" value="false">
+ <param name="gl_trace" value="false">
+ <param name="jnlp_href" value="jogl-applet-runner-newt.jnlp">
+</applet>Hello Gears !
+
+</P>
+<P>
+JOGL NEWT JNLP Applet Runner Special Keys:<br>
+<ul>
+ <li> d - toggle decoration </li>
+ <li> f - toggle fullscreen </li>
+ <li> r - in/out browser window </li>
+ <li> a - on/off always-on-top </li>
+</ul>
+</P>
+
+</body>
+</html>
diff --git a/jnlp-files/jogl-applet-runner-newt-gears-special.html b/jnlp-files/jogl-applet-runner-newt-gears-special.html
new file mode 100644
index 000000000..3472e62ec
--- /dev/null
+++ b/jnlp-files/jogl-applet-runner-newt-gears-special.html
@@ -0,0 +1,40 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>JOGL NEWT JNLP Applet Runner - GearsES2 - special</title>
+</head>
+<body BGCOLOR="#ffffff">
+
+<P>
+
+<applet width=1 height=1>
+ <param name="java_arguments" value="-Dsun.java2d.noddraw=true">
+ <param name="gl_event_listener_class" value="com.jogamp.opengl.test.junit.jogl.demos.es2.GearsES2">
+ <param name="gl_profile" value="GL2">
+ <param name="gl_swap_interval" value="1">
+ <param name="gl_undecorated" value="true">
+ <param name="gl_opaque" value="false">
+ <param name="gl_alwaysontop" value="true">
+ <param name="gl_dx" value="10">
+ <param name="gl_dy" value="0">
+ <param name="gl_width" value="200">
+ <param name="gl_height" value="200">
+ <param name="gl_debug" value="false">
+ <param name="gl_trace" value="false">
+ <param name="jnlp_href" value="jogl-applet-runner-newt.jnlp">
+</applet>Hello Gears !
+
+</P>
+<P>
+JOGL NEWT JNLP Applet Runner Special Keys:<br>
+<ul>
+ <li> d - toggle decoration </li>
+ <li> f - toggle fullscreen </li>
+ <li> r - in/out browser window </li>
+ <li> a - on/off always-on-top </li>
+</ul>
+</P>
+
+
+</body>
+</html>
diff --git a/jnlp-files/jogl-applet-runner-newt.jnlp b/jnlp-files/jogl-applet-runner-newt.jnlp
new file mode 100644
index 000000000..77f8c32c0
--- /dev/null
+++ b/jnlp-files/jogl-applet-runner-newt.jnlp
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="JOGL_CODEBASE_TAG" href="jogl-applet-runner-newt.jnlp" version="JOGAMP_VERSION">
+ <information>
+ <title>JOGL JNLP Applet Runner NEWT</title>
+ <vendor>JogAmp Community</vendor>
+ <homepage href="http://jogamp.org/"/>
+ <description>JOGL JNLP Applet Runner NEWT</description>
+ <offline-allowed/>
+ </information>
+ <update check="background" policy="always"/>
+
+ <resources>
+ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
+ <property name="sun.java2d.noddraw" value="true"/>
+ <jar href="jar/jogl.test.jar" main="true"/>
+ <jar href="jar/junit.jar" />
+ <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <applet-desc
+ name="JOGLNewtApplet2Run-Applet"
+ main-class="com.jogamp.newt.awt.applet.JOGLNewtApplet1Run"
+ width="200"
+ height="200">
+ </applet-desc>
+</jnlp>
diff --git a/jnlp-files/jogl-applet-version-jnlp.html b/jnlp-files/jogl-applet-version.html
index 316ce2fcc..316ce2fcc 100644
--- a/jnlp-files/jogl-applet-version-jnlp.html
+++ b/jnlp-files/jogl-applet-version.html
diff --git a/jnlp-files/jogl-test-applets.html b/jnlp-files/jogl-test-applets.html
new file mode 100644
index 000000000..60e8f8fe3
--- /dev/null
+++ b/jnlp-files/jogl-test-applets.html
@@ -0,0 +1,29 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>JOGL Test Applets</title>
+</head>
+<body>
+
+<H2> Test page for JOGL Applets </H2>
+
+<p>
+<H3> Version </H3>
+<ul>
+ <li><a href="jogl-applet-version.html">Applet (JNLP/Launcher)</a></li>
+ <li><a href="jogl-applet-version-lancheronly.html">Applet (Launcher Only)</a></li>
+ <li><a href="jogl-application-version.jnlp">Application</a></li>
+</ul>
+</p>
+
+
+<p>
+<H3> AWT JNLP Applet's using native NEWT (JOGL NEWT Applet Launcher)</H3>
+<ul>
+ <li><a href="jogl-applet-runner-newt-gears-normal.html">GearsES2 in Applet Area (normal)</a></li>
+ <li><a href="jogl-applet-runner-newt-gears-special.html">GearsES2 translucent over pager (special)</a></li>
+</ul>
+</p>
+
+</body>
+</html>