de0340b166
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.
19 lines
673 B
XML
19 lines
673 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<jnlp codebase="JOGL_CODEBASE_TAG" href="jogl-javaws-version.jnlp" version="JOGAMP_VERSION">
|
|
<information>
|
|
<title>JOGL JNLP Javaws Version</title>
|
|
<vendor>JogAmp Community</vendor>
|
|
<homepage href="http://jogamp.org/"/>
|
|
<description>JOGL Version</description>
|
|
<offline-allowed/>
|
|
</information>
|
|
<update check="background" policy="always"/>
|
|
|
|
<resources>
|
|
<j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
|
|
<extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
|
|
</resources>
|
|
|
|
<application-desc main-class="jogamp.opengl.awt.VersionApplet"/>
|
|
</jnlp>
|