Netx Version 0.5
An open-source JNLP client
Volunteer
Volunteer
Join our mailing lists!

Must be willing to write quality code / docs.
Logos
If you include netx as part of your application please use one of these logos:

Under construction.
Sample JNLP file - dvorak keyboard applet
<?xml version="2.0" encoding="utf-8"?>
<jnlp spec="1.0" version ="1.1"
  codebase="http://www.acm.vt.edu/~jmaxwell/applets/"
  href="http://www.acm.vt.edu/~jmaxwell/dvorak/Compare.jnlp">
  <information>
  <title>Dvorak Applet</title>
  <vendor>Jon A. Maxwell (JAM)</vendor>
  <homepage href="../dvorak/compare.html"/>
  <description>Dvorak applet.</description>
  <description kind="short">Dvorak applet.</description>
  <offline-allowed/>
  </information>
  <resources>
  <j2se version="1.2+"/>
  <jar href="loader.jar"/>
  <jar href="compare.jar"/>
  </resources>
  <applet-desc name="Keyboard Compare" documentbase="../dvorak/compare.html"  
    main-class="KeyboardApplet" width="620" height="524"/>
</jnlp>

Run it with Java Web Start