summaryrefslogtreecommitdiffstats
path: root/jnlp-files/applet-gearsjoal.jnlp
blob: c3087fd7ebf5c6729bdae2f249cb3b2ea81dd76c (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
<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="DEMO_CODEBASE_TAG" href="applet-gearsjoal.jnlp">
  <information>
    <title>JOGL JNLP Applet GearsJOAL Demo</title>
    <vendor>JogAmp Community</vendor>
    <homepage href="http://jogamp.org/jogl-demos/"/>
    <description>GearsJOAL Demo </description>
    <description kind="short">Brian Paul's Gears demo ported to Java and JOGL.</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"/>
      <jar href="jogl-demos.jar" main="true"/>
      <jar href="jogl-demos-data.jar"/>
      <jar href="jogl-demos-util.jar"/>
      <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
      <extension name="joal" href="JOAL_CODEBASE_TAG/joal.jnlp" />
    </resources>

  <applet-desc 
      name="GearsJOAL-Applet"
      main-class="demos.applets.GearsJOALApplet"
      width="640" 
      height="480">
  </applet-desc>
</jnlp>