WarpPI/libs/jogamp-all-platforms/jnlp-files/jogl-applet-runner-newt.jnlp
XDrake99 de0340b166 Experimental GPU renderer.
Added the possibility to change renderer.
Added JOGL.
Changed the brightness icon and some skins.
Added per-screen icons on statusbar.
Added the SURD-DECIMAL mode icon on the statusbar.
2017-01-22 13:49:33 +01:00

26 lines
850 B
XML

<?xml version="1.0" encoding="utf-8"?>
<jnlp codebase="JOGL_CODEBASE_TAG/"
href="jogl-applet-runner-newt.jnlp" version="JOGAMP_VERSION">
<information>
<title>JOGL JNLP Applet Runner NEWT</title>
<vendor>JogAmp Community</vendor>
<homepage href="http://jogamp.org/jogl/"/>
<description>JOGL JNLP Applet Runner NEWT</description>
<offline-allowed/>
</information>
<update check="background" policy="always"/>
<resources>
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
<jar href="jar/jogl-test.jar" main="true"/>
<extension name="jogl-all-awt" href="jogl-all-awt.jnlp" />
</resources>
<applet-desc
name="JOGLNewtApplet1Run-Applet"
main-class="com.jogamp.newt.awt.applet.JOGLNewtApplet1Run"
width="200"
height="200">
</applet-desc>
</jnlp>