summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-09-14 15:52:31 -0700
committerSven Gothel <[email protected]>2009-09-14 15:52:31 -0700
commit293fda5dca0f22d93c9d3019ca12724c67de5c9d (patch)
treeb3b3bdc0ce54746f465e5e64c76654cb64863c72
parent0afab6a652471cf1c140d3affe6ae442ab217ff1 (diff)
Add tests ..
-rwxr-xr-xsrc/demos/applets/JOGLNewtApplet1Run.java2
-rw-r--r--www/test.html15
2 files changed, 16 insertions, 1 deletions
diff --git a/src/demos/applets/JOGLNewtApplet1Run.java b/src/demos/applets/JOGLNewtApplet1Run.java
index 6ea3251..8080fe4 100755
--- a/src/demos/applets/JOGLNewtApplet1Run.java
+++ b/src/demos/applets/JOGLNewtApplet1Run.java
@@ -59,7 +59,7 @@ public class JOGLNewtApplet1Run extends Applet {
Window nWindow = NewtFactory.createWindow(NativeWindowFactory.TYPE_AWT, new Object[] { container },
nScreen, caps, true /* undecorated */);
// nWindow.setPosition(x, y);
- // nWindow.setSize(width, height);
+ // nWindow.setSize(container.getWidth(), container.getHeight());
if(null!=nWindow) {
base.init(nWindow);
}
diff --git a/www/test.html b/www/test.html
index 15bc945..f2d9358 100644
--- a/www/test.html
+++ b/www/test.html
@@ -1,7 +1,20 @@
<H2> Test page for JOGL demos </H2>
+<p>
+<H3> AWT JNLP Applet test with Applet Launcher fallback </H3>
<a href="applettest-jnlp-next.html">JNLP Applet test</a><br>
<a href="applettest-next.html">Applet Launcher test</a><br>
+<p>
+<H3> AWT JNLP Applet's using NEWT/AWT </H3>
+<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/jogl-newt-applet-runner-gears.html">AWT Applet JOGL/NEWT GL2 Gears</a><br>
+<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/jogl-newt-applet-runner-cube.html">AWT Applet JOGL/NEWT GL2ES1 Cube</a><br>
+<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/jogl-newt-applet-runner-fbcubes.html">AWT Applet JOGL/NEWT GL2ES1 FBO Cubes</a><br>
+<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/jogl-newt-applet-runner-angelesgl2es1.html">AWT Applet JOGL/NEWT GL2ES1 Angeles</a><br>
+<p>
+<H3> JNLP Applet2's using native NEWT </H3>
+Coming up ..
+<p>
+<H3> JNLP Launcher .. </H3>
<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/Gears.jnlp">Gears</a><br>
<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/HWShadowmapsSimple.jnlp">Hardware Shadow Maps</a><br>
<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/HDR.jnlp">HDR</a><br>
@@ -21,4 +34,6 @@
<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/VertexArrayRange.jnlp">Vertex Array Range</a><br>
<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/WorldWindBasicDemo.jnlp">NASA World Wind Java (version hosted by NASA)</a><br>
<a href="http://download.java.net/media/jogl/jsr-231-2.x-demos-webstart-next/worldwind.jnlp">NASA World Wind Java (older version copied from NASA)</a><br>
+<p>
+<H3> JOAL test (broken).. </H3>
<a href="applettest-joal-next.html">JOGL/JOAL Applet test</a><br>