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