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, 8 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_12_X, HEAD
- Jmol version 14.2.4

<?xml version="1.0" encoding="UTF-8"?>
<jnlp>
     <information>
         <title>Jmol Applet</title>
         <vendor>IntegratedGraphics</vendor>
  <offline-allowed/>
     </information>
     <resources>
         <j2se version="1.6+"/>
         <jar href="JmolApplet.jar" main="true"/>
     </resources>
     <applet-desc
         name="Jmol Applet"
         main-class="JmolApplet.class"
         width="500"
         height="500">
     </applet-desc>
</jnlp> 

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