summaryrefslogtreecommitdiffstats
path: root/jnlp-files
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-10-14 21:34:27 +0200
committerSven Gothel <[email protected]>2010-10-14 21:34:27 +0200
commit1ff81eb806d6df78994a808217eb2c5f6b4ef8da (patch)
tree7ae11fd92f63019c6c54862c66eb2656bcc2ef97 /jnlp-files
parent0d1ea8ae8eb940b1b29f4f80c232a1d456300362 (diff)
Fix/Syn with JOGL 774138544e1eec3330309ad682fa05154a07ab8d ; Notably add: Applet's with native NEWT support, ie jogl-newt-applet-runner-gears.html
Diffstat (limited to 'jnlp-files')
-rw-r--r--jnlp-files/CustomText.jnlp4
-rw-r--r--jnlp-files/FlyingText.jnlp4
-rwxr-xr-xjnlp-files/Gears.jnlp4
-rw-r--r--jnlp-files/HWShadowmapsSimple.jnlp4
-rw-r--r--jnlp-files/InfiniteShadowVolumes.jnlp4
-rw-r--r--jnlp-files/JRefract.jnlp4
-rw-r--r--jnlp-files/JRefractNoOGL.jnlp4
-rw-r--r--jnlp-files/ParticleEngine.jnlp4
-rw-r--r--jnlp-files/ProceduralTexturePhysics.jnlp4
-rw-r--r--jnlp-files/TestTextRenderer.jnlp4
-rw-r--r--jnlp-files/TextCube.jnlp4
-rw-r--r--jnlp-files/TextCubeDebug.jnlp30
-rw-r--r--jnlp-files/TextFlow.jnlp4
-rw-r--r--jnlp-files/VertexArrayRange.jnlp4
-rw-r--r--jnlp-files/VertexBufferObject.jnlp4
-rw-r--r--jnlp-files/VertexProgRefract.jnlp4
-rw-r--r--jnlp-files/VertexProgWarp.jnlp4
-rw-r--r--jnlp-files/WorldWindBasicDemo.jnlp4
-rw-r--r--jnlp-files/XTrans.jnlp4
-rw-r--r--jnlp-files/jogl-newt-applet-runner-angelesgl2es1.html7
-rw-r--r--jnlp-files/jogl-newt-applet-runner-cube.html8
-rw-r--r--jnlp-files/jogl-newt-applet-runner-fbcubes.html8
-rw-r--r--jnlp-files/jogl-newt-applet-runner-gears.html8
-rw-r--r--jnlp-files/version.jnlp4
-rw-r--r--jnlp-files/worldwind.jnlp4
25 files changed, 121 insertions, 20 deletions
diff --git a/jnlp-files/CustomText.jnlp b/jnlp-files/CustomText.jnlp
index b81fb94..eb47a7f 100644
--- a/jnlp-files/CustomText.jnlp
+++ b/jnlp-files/CustomText.jnlp
@@ -19,5 +19,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.j2d.CustomText"/>
+ <application-desc main-class="demos.j2d.CustomText">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/FlyingText.jnlp b/jnlp-files/FlyingText.jnlp
index 148d194..74a0810 100644
--- a/jnlp-files/FlyingText.jnlp
+++ b/jnlp-files/FlyingText.jnlp
@@ -19,5 +19,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.j2d.FlyingText"/>
+ <application-desc main-class="demos.j2d.FlyingText">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/Gears.jnlp b/jnlp-files/Gears.jnlp
index 994529c..22aefde 100755
--- a/jnlp-files/Gears.jnlp
+++ b/jnlp-files/Gears.jnlp
@@ -19,5 +19,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.gears.Gears"/>
+ <application-desc main-class="demos.gears.Gears">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/HWShadowmapsSimple.jnlp b/jnlp-files/HWShadowmapsSimple.jnlp
index 294f3aa..dfa7c7c 100644
--- a/jnlp-files/HWShadowmapsSimple.jnlp
+++ b/jnlp-files/HWShadowmapsSimple.jnlp
@@ -20,5 +20,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.hwShadowmapsSimple.HWShadowmapsSimple"/>
+ <application-desc main-class="demos.hwShadowmapsSimple.HWShadowmapsSimple">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/InfiniteShadowVolumes.jnlp b/jnlp-files/InfiniteShadowVolumes.jnlp
index 772d26d..ce833d4 100644
--- a/jnlp-files/InfiniteShadowVolumes.jnlp
+++ b/jnlp-files/InfiniteShadowVolumes.jnlp
@@ -20,5 +20,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.infiniteShadowVolumes.InfiniteShadowVolumes"/>
+ <application-desc main-class="demos.infiniteShadowVolumes.InfiniteShadowVolumes">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/JRefract.jnlp b/jnlp-files/JRefract.jnlp
index 8a5af91..f8003a8 100644
--- a/jnlp-files/JRefract.jnlp
+++ b/jnlp-files/JRefract.jnlp
@@ -24,5 +24,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.jrefract.JRefract"/>
+ <application-desc main-class="demos.jrefract.JRefract">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/JRefractNoOGL.jnlp b/jnlp-files/JRefractNoOGL.jnlp
index 7bce38a..1f6feba 100644
--- a/jnlp-files/JRefractNoOGL.jnlp
+++ b/jnlp-files/JRefractNoOGL.jnlp
@@ -20,5 +20,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.jrefract.JRefract"/>
+ <application-desc main-class="demos.jrefract.JRefract">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/ParticleEngine.jnlp b/jnlp-files/ParticleEngine.jnlp
index b13b2eb..86f88bd 100644
--- a/jnlp-files/ParticleEngine.jnlp
+++ b/jnlp-files/ParticleEngine.jnlp
@@ -18,5 +18,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.particles.engine.ControlWindow"/>
+ <application-desc main-class="demos.particles.engine.ControlWindow">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/ProceduralTexturePhysics.jnlp b/jnlp-files/ProceduralTexturePhysics.jnlp
index 6076629..aa321f4 100644
--- a/jnlp-files/ProceduralTexturePhysics.jnlp
+++ b/jnlp-files/ProceduralTexturePhysics.jnlp
@@ -20,5 +20,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.proceduralTexturePhysics.ProceduralTexturePhysics"/>
+ <application-desc main-class="demos.proceduralTexturePhysics.ProceduralTexturePhysics">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/TestTextRenderer.jnlp b/jnlp-files/TestTextRenderer.jnlp
index a46a277..1455e00 100644
--- a/jnlp-files/TestTextRenderer.jnlp
+++ b/jnlp-files/TestTextRenderer.jnlp
@@ -19,5 +19,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.j2d.TestTextRenderer"/>
+ <application-desc main-class="demos.j2d.TestTextRenderer">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/TextCube.jnlp b/jnlp-files/TextCube.jnlp
index 25f1336..ab9ee6a 100644
--- a/jnlp-files/TextCube.jnlp
+++ b/jnlp-files/TextCube.jnlp
@@ -19,5 +19,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.j2d.TextCube"/>
+ <application-desc main-class="demos.j2d.TextCube">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/TextCubeDebug.jnlp b/jnlp-files/TextCubeDebug.jnlp
new file mode 100644
index 0000000..a50ad1a
--- /dev/null
+++ b/jnlp-files/TextCubeDebug.jnlp
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="TextCubeDebug.jnlp">
+ <information>
+ <title>Text Cube Debug</title>
+ <vendor>JogAmp Community</vendor>
+ <homepage href="http://jogamp.org/jogl-demos/"/>
+ <description>Text Cube Debug</description>
+ <description kind="short">Shows how to use the TextRenderer to draw 2D text in 3D. Debug Version</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"/>
+ <property name="jnlp.gluegen.debug.NativeLibrary" value="true"/>
+ <property name="jnlp.nativewindow.debug" value="all"/>
+ <property name="jnlp.nativewindow.TraceLock" value="true"/>
+ <property name="jnlp.jogl.debug" value="GLDrawable"/>
+ <property name="jnlp.newt.debug" value="all"/>
+ <jar href="jogl-demos.jar" main="true"/>
+ <jar href="jogl-demos-util.jar" />
+ <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.j2d.TextCube">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
+</jnlp>
diff --git a/jnlp-files/TextFlow.jnlp b/jnlp-files/TextFlow.jnlp
index 7b79aac..bff834d 100644
--- a/jnlp-files/TextFlow.jnlp
+++ b/jnlp-files/TextFlow.jnlp
@@ -19,5 +19,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.j2d.TextFlow"/>
+ <application-desc main-class="demos.j2d.TextFlow">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/VertexArrayRange.jnlp b/jnlp-files/VertexArrayRange.jnlp
index edc5b53..eae869e 100644
--- a/jnlp-files/VertexArrayRange.jnlp
+++ b/jnlp-files/VertexArrayRange.jnlp
@@ -19,5 +19,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.vertexArrayRange.VertexArrayRange"/>
+ <application-desc main-class="demos.vertexArrayRange.VertexArrayRange">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/VertexBufferObject.jnlp b/jnlp-files/VertexBufferObject.jnlp
index 035e0af..cfa6f9c 100644
--- a/jnlp-files/VertexBufferObject.jnlp
+++ b/jnlp-files/VertexBufferObject.jnlp
@@ -19,5 +19,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.vertexBufferObject.VertexBufferObject"/>
+ <application-desc main-class="demos.vertexBufferObject.VertexBufferObject">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/VertexProgRefract.jnlp b/jnlp-files/VertexProgRefract.jnlp
index 1b0830b..3d50e30 100644
--- a/jnlp-files/VertexProgRefract.jnlp
+++ b/jnlp-files/VertexProgRefract.jnlp
@@ -20,5 +20,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.vertexProgRefract.VertexProgRefract"/>
+ <application-desc main-class="demos.vertexProgRefract.VertexProgRefract">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/VertexProgWarp.jnlp b/jnlp-files/VertexProgWarp.jnlp
index 3d9c8d0..733c0a9 100644
--- a/jnlp-files/VertexProgWarp.jnlp
+++ b/jnlp-files/VertexProgWarp.jnlp
@@ -20,5 +20,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.vertexProgWarp.VertexProgWarp"/>
+ <application-desc main-class="demos.vertexProgWarp.VertexProgWarp">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/WorldWindBasicDemo.jnlp b/jnlp-files/WorldWindBasicDemo.jnlp
index 358c614..0ddc6cf 100644
--- a/jnlp-files/WorldWindBasicDemo.jnlp
+++ b/jnlp-files/WorldWindBasicDemo.jnlp
@@ -23,5 +23,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp"/>
<extension name="worldwind" href="http://worldwind.arc.nasa.gov/java/0.3.0/webstart/worldwind.jnlp"/>
</resources>
- <application-desc main-class="gov.nasa.worldwind.examples.ApplicationTemplate"/>
+ <application-desc main-class="gov.nasa.worldwind.examples.ApplicationTemplate">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/XTrans.jnlp b/jnlp-files/XTrans.jnlp
index 076808d..ae351e8 100644
--- a/jnlp-files/XTrans.jnlp
+++ b/jnlp-files/XTrans.jnlp
@@ -23,5 +23,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.xtrans.Main"/>
+ <application-desc main-class="demos.xtrans.Main">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/jogl-newt-applet-runner-angelesgl2es1.html b/jnlp-files/jogl-newt-applet-runner-angelesgl2es1.html
index 141bac6..d404db0 100644
--- a/jnlp-files/jogl-newt-applet-runner-angelesgl2es1.html
+++ b/jnlp-files/jogl-newt-applet-runner-angelesgl2es1.html
@@ -19,6 +19,13 @@
</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>
+</ul>
+</P>
</body>
</html>
diff --git a/jnlp-files/jogl-newt-applet-runner-cube.html b/jnlp-files/jogl-newt-applet-runner-cube.html
index 42310ae..bed8526 100644
--- a/jnlp-files/jogl-newt-applet-runner-cube.html
+++ b/jnlp-files/jogl-newt-applet-runner-cube.html
@@ -19,6 +19,14 @@
</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>
+</ul>
+</P>
+
</body>
</html>
diff --git a/jnlp-files/jogl-newt-applet-runner-fbcubes.html b/jnlp-files/jogl-newt-applet-runner-fbcubes.html
index ccc9b80..bae59a4 100644
--- a/jnlp-files/jogl-newt-applet-runner-fbcubes.html
+++ b/jnlp-files/jogl-newt-applet-runner-fbcubes.html
@@ -19,6 +19,14 @@
</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>
+</ul>
+</P>
+
</body>
</html>
diff --git a/jnlp-files/jogl-newt-applet-runner-gears.html b/jnlp-files/jogl-newt-applet-runner-gears.html
index 8214420..6da92ea 100644
--- a/jnlp-files/jogl-newt-applet-runner-gears.html
+++ b/jnlp-files/jogl-newt-applet-runner-gears.html
@@ -19,6 +19,14 @@
</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>
+</ul>
+</P>
+
</body>
</html>
diff --git a/jnlp-files/version.jnlp b/jnlp-files/version.jnlp
index 8d07c08..1db0e07 100644
--- a/jnlp-files/version.jnlp
+++ b/jnlp-files/version.jnlp
@@ -17,5 +17,7 @@
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
</resources>
- <application-desc main-class="demos.misc.VersionInfo"/>
+ <application-desc main-class="demos.misc.VersionInfo">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>
diff --git a/jnlp-files/worldwind.jnlp b/jnlp-files/worldwind.jnlp
index 9f26054..f06c78a 100644
--- a/jnlp-files/worldwind.jnlp
+++ b/jnlp-files/worldwind.jnlp
@@ -23,5 +23,7 @@
<extension name="jogl-all-awt"
href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp"/>
</resources>
- <application-desc main-class="worldwinddemo.BasicDemo"/>
+ <application-desc main-class="worldwinddemo.BasicDemo">
+ <argument>NotFirstUIActionOnProcess</argument>
+ </application-desc>
</jnlp>