-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathdemo.jnlp
More file actions
20 lines (19 loc) · 704 Bytes
/
demo.jnlp
File metadata and controls
20 lines (19 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="" href="">
<information>
<title>Surface Plotter Demo</title>
<vendor>ericaro.net</vendor>
</information>
<resources>
<!-- Application Resources -->
<j2se version="1.5+"
href="http://java.sun.com/products/autodl/j2se" />
<jar href="http://surfaceplotter.googlecode.com/svn/trunk/surfaceplotter/src/doc/applet-demo.jar" main="true" />
</resources>
<applet-desc
name="Surface Plotter Demo"
main-class="net.ericaro.surfaceplotter.JSurfaceApplet"
width="564" height="452">
</applet-desc>
<update check="background"/>
</jnlp>