diff options
Diffstat (limited to 'jnlp-files/VertexProgWarp.jnlp')
-rw-r--r-- | jnlp-files/VertexProgWarp.jnlp | 4 |
1 files changed, 3 insertions, 1 deletions
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> |