<?xml version="1.0" encoding="UTF-8"?>
<jnlp spec="1.0+" codebase="http://phet-web.colorado.edu/simulations" href="balloon/webstart.jnlp" >
    <information > 
        <title >Balloons!        </title>
        <vendor >PhET(tm)        </vendor> 
        <homepage href="http://phet-web.colorado.edu" >        </homepage> 
        <description >Observe the behavior of charges in a balloon-rub experiment.        </description> 
        <description kind="short" >Balloon electrostatics.        </description> 
                <icon href="../Design/Assets/images/Phet-Kavli-logo.jpg" >        </icon> 
                <icon kind="splash" href="../Design/Assets/images/Phet-Kavli-logo.jpg" >        </icon> 
                <offline-allowed >        </offline-allowed>
        </information>
        <security >
        </security>
    <resources >
        <j2se version="1.4+" >        </j2se>
        <jar href="balloon/balloons.jar" >        </jar>
        <jar href="shared/org/sourceforge/smoothmetal/v2/smoothmetal.jar" >        </jar>
        <jar href="balloon/balloon-mh.jar" download="lazy" >        </jar>
    </resources> 
    <application-desc main-class="edu.colorado.phet.balloon.BalloonApplet" >
    </application-desc> 
</jnlp>
