summaryrefslogtreecommitdiffstats
path: root/jnlp-files/TextFlow.jnlp
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2009-07-03 23:37:40 +0000
committerSven Gothel <[email protected]>2009-07-03 23:37:40 +0000
commitd2479923b88f4444da2c48891e7ec006575d20cd (patch)
treece16a0157643b356f70f807e6ec087d31f3d5803 /jnlp-files/TextFlow.jnlp
parent676988d2ef6fbcd635cdfaeace39a4b17d73b5f3 (diff)
Adding boiler-plate JNLP files
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@368 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'jnlp-files/TextFlow.jnlp')
-rw-r--r--jnlp-files/TextFlow.jnlp22
1 files changed, 22 insertions, 0 deletions
diff --git a/jnlp-files/TextFlow.jnlp b/jnlp-files/TextFlow.jnlp
new file mode 100644
index 0000000..9ad1b2d
--- /dev/null
+++ b/jnlp-files/TextFlow.jnlp
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<jnlp codebase="DEMO_CODEBASE_TAG"
+ href="TextFlow.jnlp">
+ <information>
+ <title>Text Flow</title>
+ <vendor>Sun Microsystems, Inc.</vendor>
+ <homepage href="http://jogl-demos.dev.java.net/"/>
+ <description>Text Flow</description>
+ <description kind="short">Shows how to use the TextRenderer to draw dynamically flowing text.</description>
+ <offline-allowed/>
+ </information>
+
+ <resources>
+ <j2se href="http://java.sun.com/products/autodl/j2se" version="1.4+"/>
+ <property name="sun.java2d.noddraw" value="true"/>
+ <jar href="jogl-demos.jar" main="true"/>
+ <jar href="jogl-demos-util.jar" />
+ <extension name="jogl-all-awt" href="JOGL_CODEBASE_TAG/jogl-all-awt.jnlp" />
+ </resources>
+
+ <application-desc main-class="demos.j2d.TextFlow"/>
+</jnlp>