<?xml version="1.0" encoding="UTF-8"?>
<!--

	!!! ATTENTION !!!

If you can read this, you do not have a proper
version of Java installed on your computer.

If you have installed the PhET software on a local
computer running Windows, click on the shortcut
titled "Install Java 1.4.2". Otherwise, please go
the "Simulations" page of the PhET web site and
click on "Setup & Troubleshooting" for more
information.

--><jnlp spec="1.0+" codebase="http://phet-web.colorado.edu/simulations" href="greenhouse/greenhouse.jnlp">
    <information>
        <title>The Greenhouse Effect</title>
        <vendor>University of Colorado, Department of Physics</vendor>
        <homepage href="http://phet-web.colorado.edu" />
        <description>An exploration of the greenhouse effect</description>
	  <icon href="icons/PhET.gif" /> 
    	  <icon kind="splash" href="icons/PhET.gif" /> 
	  <offline-allowed />
    </information>
    <resources>
        <j2se version="1.4+" />
        <jar href="greenhouse/greenhouse.jar" />
    </resources>
    <application-desc main-class="edu.colorado.phet.greenhouse.GreenhouseApplication" />
</jnlp>

