Changes in SuperWaba 3.21 1. fixed problem in Exegen not finding stub.prc in MacOS. . fixed problems in examples\wgl. 2. fixed bug in String.indexOf 3. fixed bug in Exegen when showing the deprecated parameter message. 4. fixed bug when the user uses a 24bpp bitmap icon. Now it gives a fatal error in ExeGen. 5. fixed bug when menu items were disabled and checked at the same time. 6. optimized the MenuBar class by replacing a big "if" for bounds check by an (ArrayIndexOutOfBounds)Exception 7. optimized IntVector.isBitSet and setBit to use >> instead of / and & instead of % 8. new method IntVector.ensureBit to add enough elements to the array so it can safely use the two bit-array already provided methods. . fixed makeex.bat and rundemoex.bat so you can use it with your own programs. See the SW faq for more details . new examples/TestCatalog. . new examples/ImportTxt to convert a txt to a pdb file . now you can specify 'ignore' in exeparams and warpparams to ignore them (from make.bat file) 9. anodos fixed the "blank screen" bug that happens in some JDKs. 10. optimized JDK drawings in 30%. 11. added Frank Diebolt fixes in str2int in SuperWaba.c. 12. fixed bug when in PopList when the window was moved and the cursor was being drawn in a wrong position