Swing Test - Graceful Browser Detection of Java Swing

To compile the java file:

  javac SwingTest.java

(A .class file is given if you don't want to compile it and haven't
 changed anything)

To run, modify the swingtest.html file included in this distribution if
needed and place the html file and the class file in a directory on the
webserver.

There are several parameters that can be set in the HTML file.   You
can use the existing parameters in the html file for help with the 
syntax if needed.

Parameter       -    haveSwingMsg
Default Value   -    You Have Swing
Meaning         -    This is the message that the user will see if they have
                   swing properly installed in their browser

Parameter       -    dontHaveSwingMsg
Default Value   -    You're not ready!
Meaning         -    This is the message that the user will see if they do not
                   have swing properly installed in their browser

Parameter       -    provideHaveLink
Default Value   -    false
Possible Values -    true, false
Meaning         -    If the user has swing installed and you want the applet
                     to become a link to another URL, set this value to be
                     true. This would typically be used to point to another
                     page that has the `swing-requiring' applet on it.

Parameter       -    provideDontHaveLink
Default Value   -    true
Possible Values -    true, false
Meaning         -    If the user does not have swing installed and you want 
                     the applet to become a link to another URL, set this 
                     value to be true.  This would typically be used to
                     point to a page that describes how to install swing.

Parameter       -    haveUrl
Default Value   -    http://www.ks.uiuc.edu/Research/biocore/
Possible Values -    Any valid URL
Meaning         -    If provideHaveLink has been set to true, and the user
                     does have swing installed properly, this will be
                     the URL that the user is sent to if they click on the
                     applet.

Parameter       -    haveUrl
Default Value   -    http://www.ks.uiuc.edu/Research/biocore/swing_setup.shtml
Possible Values -    Any valid URL
Meaning         -    If provideDontHaveLink has been set to true, and the user
                     does ont have swing installed properly, this will be
                     the URL that the user is sent to if they click on the
                     applet.


If you have questions please send email to Kirby Vandivort
at kvandivo@ks.uiuc.edu or the BioCoRE team at biocore@ks.uiuc.edu

 - http://www.ks.uiuc.edu/Development/MDTools/swingtest/
