From 1ff81eb806d6df78994a808217eb2c5f6b4ef8da Mon Sep 17 00:00:00 2001 From: Sven Gothel <sgothel@jausoft.com> Date: Thu, 14 Oct 2010 21:34:27 +0200 Subject: Fix/Syn with JOGL 774138544e1eec3330309ad682fa05154a07ab8d ; Notably add: Applet's with native NEWT support, ie jogl-newt-applet-runner-gears.html --- jnlp-files/TextCube.jnlp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'jnlp-files/TextCube.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> -- cgit v1.2.3