6/2009
jm.evers
Adapting applet to WIMS usage.
Correcting a few flaws.


Change logs
===================================

1.2

- Column headers enabled
- Column width can be dynamically adjusted

1.1

- Rewrote base dialog class (SharpDialog) and all other dialog subclasses;
  this makes creating new dialogs much easier
- Shariz Kanga <skanga@bigfoot.com> made Sharp Tools able to import tables
  from a database by JDBC.  Tested with HSQL and Oracle (by Shariz) and
  MySQL (by me).
- Use extention file name ".cvs" instead of ".sts".
- Put stuff in jar files.

If you want to use the new database function, you need to download the JDBC
driver(s) and put in CLASSPATH (edit SharpTools or SharpTools.bat).

Below are some such websites:

MySQL: http://www.worldserver.com/mm.mysql/
HSQL: http://sourceforge.net/projects/hsqldb/

