changes to version 1.2.1

. added Graphics.drawRoundRect and Graphics.fillRoundRect
. modified Button and Window classes to use those methods. Due to that, the button is now looking slighly different.
. added the CONTRAST key in IKeys to trap the contrast button, avoiding crash in SuperWaba
. Dave released his project sources to the windows VM's
. new SuperWaba icon. thanks to Diego Montalvo
. Note: classes_java differs from classes_win32 only by the Catalog class. In java, it uses standard java io, and in win32, it uses waba's io classes. Its necessary only to run with the vm\win32\waba.exe program. So, to use it, you must set your classpath to ...classes_win32;...classes_java (where ... is the full directory path to those dirs)
. Notes added by Dave Slaughter:
  . Changed the windows 98 version of waba.exe to use \classes_win32\waba\io\Catalog which looks in <current directory>\db for .pdb files.  You can change where this is by modifying the static BASE_DIR variable in Catalog.  To run waba under windows 98 (or 95/NT etc) set classpath=vmsrc\classes_win32;vmsrc\classes and execute vm\win32\waba.exe. I think it may be a big job to put this into the VM and I haven't got the time at the moment so it will have to stay as a java program for now.
  . I have also realised that Windows CE & PocketPC run on different chips and need to be compiled differently (I have a MIPS chip).  There are now therefore \vm\wince_MIPS, wince_SH3 & wince_ARM directories and the same for pocketpc.  I have no idea if the SH3 & ARM versions work.
. new method Image.getPixels()! Now you can get the image pixels to save to db, if you want.
. putted an example of how to use getPixels and setPixels in the documentation of setPixels. 
. added startRecord(int pos) to ResizeStream, so you can add a record at a specified index.
. corrected TabPanel documentation.
. added support for large fonts in Palm OS. to use large fonts (large bold also), create a font with size greater than 12.
. adjusted height of ROUND_BORDER title of the Window class
. IMPORTANT! The Image.getPixels() method only works in Palm OS VM! It doesnt works in the AppletViewer, waba.exe or any other vm! this will be fixed in the future.
. changed the vm settings to start with 40000 bytes as default for class memory sizes. 