Team:TU-Delft/human practice
From 2013.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
<html> | <html> | ||
- | < | + | <?xml version="1.0" encoding="UTF-8"?> |
- | </ | + | <jnlp spec="1.0+" codebase= |
+ | "http://docs.oracle.com/javase/tutorialJWS/samples/deployment/webstart_ComponentArch_DynamicTreeDemo" | ||
+ | href="dynamictree_webstart.jnlp"> | ||
+ | <information> | ||
+ | <title>Dynamic Tree Demo</title> | ||
+ | <vendor>Dynamic Team</vendor> | ||
+ | </information> | ||
+ | <resources> | ||
+ | <!-- Application Resources --> | ||
+ | <j2se version="1.7+" | ||
+ | href="http://java.sun.com/products/autodl/j2se"/> | ||
+ | <jar href="DynamicTreeDemo.jar" | ||
+ | main="true" /> | ||
+ | |||
+ | </resources> | ||
+ | <application-desc | ||
+ | name="Dynamic Tree Demo Application" | ||
+ | main-class= | ||
+ | "webstartComponentArch.DynamicTreeApplication" | ||
+ | width="300" | ||
+ | height="300"> | ||
+ | </application-desc> | ||
+ | <update check="background"/> | ||
+ | </jnlp> | ||
+ | </xml> | ||
</html> | </html> |
Revision as of 10:23, 5 August 2013