File:  [LON-CAPA] / loncom / html / adm / jmol / JmolApplet.jnlp
Revision 1.1: download - view: text, annotated - select for diffs
Fri Aug 22 18:16:00 2014 UTC (9 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
- Jmol version 14.2.4

    1: <?xml version="1.0" encoding="UTF-8"?>
    2: <jnlp>
    3:      <information>
    4:          <title>Jmol Applet</title>
    5:          <vendor>IntegratedGraphics</vendor>
    6:   <offline-allowed/>
    7:      </information>
    8:      <resources>
    9:          <j2se version="1.6+"/>
   10:          <jar href="JmolApplet.jar" main="true"/>
   11:      </resources>
   12:      <applet-desc
   13:          name="Jmol Applet"
   14:          main-class="JmolApplet.class"
   15:          width="500"
   16:          height="500">
   17:      </applet-desc>
   18: </jnlp> 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>