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