Changes in SuperWaba 2.41 1. fixed bug if native method library was not found and the hashcodes was not correctly generated . fixed bug in the bat files. Now tested with all environments. In the rundemo's you can now pass up to 6 parameters from the command line (e.g. "/bpp 8"). . fixed some javadocs tags . improved performance a little. 2. removed in ComboBox the win.x and win.y being added to the x,y coords (it was appearing away from the control) 3. fixed tweak when using waba.util.Math. 4. added MessageBox.setTextAlignment. 5. fixed getClip returning a different value between device and desktop version 6. fixed Exception not being correctly catched when created in deep stack calls. Now pushing oldpc to the stack; also moved "oldpc=pc" only to those places where an Exception is thrown; now using STACKSAVESIZE instead of # 3 (now is 4) 7. tried to fix the "Records left locked in uprotected closed database" when an uncaught exception occurs. Still no success. 8. Oli E fixed a problem in Convert.insertLineBreak (and also a tip in the javadocs) 9. now the Convert.qSort can be an array of Objects (the toString method will be called). Changed Listbox.qsSort to allow it too. . added Forte setup sent by Ed J. Szalajeski to org/how-to-start.txt 10. removed waba.io.File. Not used/implemented in PalmOS. 11. added java/lang/Class.forName, Class.newInstance, Class,isInstance, Class.getName. added also the needed Exceptions. 12. updated ext/JTable with version 1.0.3. 13. fixed javadocs for waba.io.DataStream. Fixed writeLong and writeDouble not returning the number of bytes written. 14. fixed waba.io.ResizeStream addRecord so it now may return false if the record could not be added. 15. commented out the javax.comm stuff at waba.io.NativeMethods4JDK. To use it, you need to uncomment the lines marked with !!! and compile again. 16. fixed a problem when running as non gui app by trying to instantiate java.lang.NativeMethods4JDK. 17. changed READ_ONLY to READ_WRITE to fix "operation invalid" error in Settings.appSettings when running in desktop 18. added new example ContainerSwitch to demonstrate how to add/remove Containers. 19. fixed loading longs and doubles in DataStream. 20. now appSettings is stored in the "saved preferrences". In other words, it will survive a hard reset. . Changed _WebSafePalette.txt to html. Thanks to Carlo Lazzaris for the file.