A new Swixml version has been released and is available for download at the Swixml Web site at http://www.swixml.org
changes.txt: * * * * * * Beta 2(#95) from Beta 1(#92) * * * * * * NEW TAGs ------- Added "Component" tag, which instances a JComponent.class. This may only be useful when used in combination with the initclass attribute. Added "TextPane" tag, which instances a JTextPane.class. CHANGES ------- PLAF, the pluggable look and feel is now set once, in the SwingEngine's static initializer: UIManager.setLookAndFeel( UIManager.getSystemLookAndFeelClassName() ); The PLAF can also be changed for every rendering through the XML descriptor, deploying the plaf attribute. The change to an application specific PLAF can be accomplished by setting it after swixml is loaded, (the static initializer ran). Added a "Throwable cause" to some exceptions thrown in the Parser. Swixml is built and distributed with the Jason Hunter's new B9 RC1 jdom Since JRE 1.4.x comes with the crimson SAX XML Parser included, the crimson.jar was removed from the swixml distribution. BUG FIXES --------- Fixed ButtonGroups for radiobuttonmenuitem tags in menus. Fixed localization for attributes that resolve into primitives. -- Wolf Paulus CONFIDENTIALITY NOTICE: This message is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.
