0

MDIUtilities 0.4.12

Collection of classes designed for desktop application development. MDIutilities is a Java component desugned to provide various utility classes that can be useful in swing development. MDIUtilities features a network preferences implementation, geometry utility classes, XML utility classes and others. Requirements: · Java What’s New in This Release: · This release add further enhancements to the xml package. Now the ResolverSAXHandler class does not use any swing classes anyymore, and the BasicSAXHandler class clearly derives more from this class. · Beware that there are some incompatible changes for the BasicSAXHandler class : the keepExceptionStack property has been removed (the exception stack is always kept now); As the exceptions are only of the SAXParseException class, the class only return a List of these exceptions, which can break previous code relying on this list (previously the List was of the broader SAXException class).

Leave a Reply