Team:TU-Delft/human practice

From 2013.igem.org

(Difference between revisions)
Line 1: Line 1:
<html>
<html>
-
<Applet Code="MyApplet.class" width=200 Height=100>
+
<?xml version="1.0" encoding="UTF-8"?>
-
</Applet>
+
<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

Dynamic Tree Demo Dynamic Team