summaryrefslogtreecommitdiffstats
path: root/jnlp-files/ParticleEngine.jnlp
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/ParticleEngine.jnlp
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/ParticleEngine.jnlp')
-rw-r--r--jnlp-files/ParticleEngine.jnlp4
1 files changed, 3 insertions, 1 deletions
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>