<?xml version="1.0" encoding="UTF-8"?>
<!-- JNLP File for SwingSet2 Demo Application --><jnlp spec="1.0+" codebase="http://phet-web.colorado.edu/simulations" href="sound/sound.jnlp" > 
      <information > 
            <title >Sound        </title> 
            <vendor >University of Colorado, Department of Physics        </vendor> 
            <homepage href="http://phet-web.colorado.edu" >        </homepage> 
            <description >Sound        </description> 
            <description kind="short" >An interactive demonstration of how sound works.        </description> 
            <offline-allowed >        </offline-allowed> 
      </information> 
      <resources > 
            <j2se version="1.4+" >        </j2se> 
            <jar href="sound/sound.jar" >        </jar> 
      </resources> 
      <application-desc main-class="edu.colorado.phet.sound.SoundApplication" >    </application-desc> 
</jnlp>
