diff options
Diffstat (limited to 'www/webstart/JRefract231OGL.jnlp')
-rwxr-xr-x | www/webstart/JRefract231OGL.jnlp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/www/webstart/JRefract231OGL.jnlp b/www/webstart/JRefract231OGL.jnlp deleted file mode 100755 index ccd5a01..0000000 --- a/www/webstart/JRefract231OGL.jnlp +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp codebase="https://jogl-demos.dev.java.net/webstart/" - href="JRefract231OGL.jnlp"> - <information> - <title>JOGL JRefract Demo - JOGL/Java2D Integration</title> - <vendor>Sun Microsystems, Inc.</vendor> - <homepage href="http://jogl-demos.dev.java.net/"/> - <description>JRefract Demo</description> - <description kind="short">Variant of NVidia's vtxprog_refract demo illustrating JOGL's hardware-accelerated Swing component and integration with Java2D's OpenGL pipeline.</description> - <offline-allowed/> - </information> - - <resources> - <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/> - <property name="sun.java2d.opengl" value="True"/> - <!-- Temporary workaround for slowness in Windows NVidia drivers --> - <property name="swing.bufferPerWindow" value="false"/> - <property name="jogl.debug.GLJPanel" value="true"/> - <jar href="jogl-demos-jsr-231.jar" main="true"/> - <jar href="jogl-demos-util-jsr-231.jar" /> - <jar href="jogl-demos-data-jsr-231.jar" /> - <extension name="jogl-jsr-231" href="https://jogl.dev.java.net/webstart/jogl-jsr-231.jnlp" /> - </resources> - - <application-desc main-class="demos.jrefract.JRefract"/> -</jnlp> |