Commit | Line | Data |
---|---|---|
820cc25c SG |
1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <jnlp href="applet-gears.jnlp"> | |
3 | <information> | |
4 | <title>JOGL JNLP Applet Gears Demo</title> | |
c1e032e2 SG |
5 | <vendor>JogAmp Community</vendor> |
6 | <homepage href="http://jogamp.org/jogl-demos/"/> | |
820cc25c SG |
7 | <description>Gears Demo</description> |
8 | <description kind="short">Brian Paul's Gears demo ported to Java and JOGL.</description> | |
9 | <offline-allowed/> | |
10 | </information> | |
11 | ||
12 | <resources> | |
13 | <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> | |
14 | <property name="sun.java2d.noddraw" value="true"/> | |
5960d7e2 SG |
15 | <jar href="http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos.jar" main="true"/> |
16 | <jar href="http://jogamp.org/deployment/jogamp-current/jogl-demos/jar/jogl-demos-util.jar"/> | |
17 | <extension name="jogl-all-awt" href="http://jogamp.org/deployment/jogamp-current/jogl-all-awt.jnlp" /> | |
820cc25c SG |
18 | </resources> |
19 | ||
20 | <applet-desc | |
21 | name="Gears-Applet" | |
22 | main-class="demos.applets.GearsApplet" | |
23 | width="640" | |
24 | height="480"> | |
25 | </applet-desc> | |
26 | </jnlp> |
http://JogAmp.org | git info: FAQ, tutorial and man pages. |