summaryrefslogtreecommitdiffstats
path: root/jnlp-files/TextCubeDebug.jnlp
blob: 214eb5d368291675e276bded8222ce040786a6bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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" version="JOGAMP_VERSION" />
    </resources>

  <application-desc main-class="demos.j2d.TextCube">
   <argument>NotFirstUIActionOnProcess</argument> 
  </application-desc>
</jnlp>