Introduction
Are you writing applets with Java Swing and need a way to determine
whether or not your potential users have Swing installed and working
properly?
If the user has Java Swing installed in their browser, they will see a message
saying: You Have Swing (user configurable) and the applet will turn into a link
to another webpage (user configurable).
If the user does not have Java Swing installed they will be presented
with a user configurable button that will take them to a page that
gives instructions on how to get Java Swing installed in their
browser.
Contact
If you have questions please send email to the author, Kirby Vandivort,
at kvandivo@ks.uiuc.edu
Download
License
Same terms as VMD license
Documentation
See the source code for comments and usage information.
Version History
July 10, 2001 - Version
1.1
- Greatly enhanced configurability without having to
change source code as well as a new feature where the user can be provided with a
link to click on if they have swing as well as if they don't.
July 2, 2001 - Version
1.0
- Initial release
|