diff options
author | Sven Gothel <[email protected]> | 2011-12-20 01:18:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-12-20 01:18:37 +0100 |
commit | 1a0a1955a9d7b4e96c4703cb828054cab552c7d1 (patch) | |
tree | 0133be23f697dbde6b8bbc59f159dc5b5dc6ad4e /jnlp-files/jogl-newt-applet-runner.jnlp | |
parent | 3b4172b8b817d062b98df58766ef2cd16a122779 (diff) |
index.html update; Applets use Object/Embed; Use JOGL's JOGLNewtApplet1Run; NEWT Applets as NApplet w/o JNLP
Use JOGL's JOGLNewtApplet1Run:
demos.applets.JOGLNewtApplet1Run -> com.jogamp.newt.awt.applet.JOGLNewtApplet1Run
Diffstat (limited to 'jnlp-files/jogl-newt-applet-runner.jnlp')
-rw-r--r-- | jnlp-files/jogl-newt-applet-runner.jnlp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/jnlp-files/jogl-newt-applet-runner.jnlp b/jnlp-files/jogl-newt-applet-runner.jnlp deleted file mode 100644 index 100b49e..0000000 --- a/jnlp-files/jogl-newt-applet-runner.jnlp +++ /dev/null @@ -1,26 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<jnlp href="jogl-newt-applet-runner.jnlp"> - <information> - <title>JOGL NEWT JNLP Applet Runner</title> - <vendor>JogAmp Community</vendor> - <homepage href="http://jogamp.org/jogl-demos/"/> - <description>JOGL NEWT JNLP Applet Runner</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="jar/jogl-demos.jar" main="true"/> - <jar href="jar/jogl-demos-util.jar"/> - <extension name="jogl-all-awt" href="../jogl-all-awt.jnlp" /> - </resources> - - <applet-desc - name="JOGLNewtApplet2Run-Applet" - main-class="demos.applets.JOGLNewtApplet1Run" - width="640" - height="480"> - </applet-desc> -</jnlp> |