A new release of the swixml project is available at the Swixml web site:
http://www.swixml.org
Please note:

The LiveDemo at Carlsbad Cubes has not been updated with the new jar yet.

Due to debug info, the swixml.jar in the distributes grew to 45KB. If
complied with -g:none however, it's still at 30KB.

Changes include:

Two new custom attributes: id, use

id:
unique id to find this component after rendering. name is not supported for
searches anymore since the value of the name attr. has to be localizable.
Example: id='Lbl_OK'

use:
The use attribute can be used to clone attributes from another tag.
It doesn't work recursively.
It doesn't matter what the tag name is since it just clones all the
attributes that are not already defined for the tag.
Therefore, provided attributes are not overwritten.
The tag providing the attributes can be anywhere, it does not have to be
parsed/rendered already.
Example:
<label id="LBL_HELP" text="?" border="LineBorder(red)" .../>
<label id="LBL_OK' use="LBL_HELP" text="OK" .../>

Swing Objects added: JDialog, JProgressBar

Documentation: Improved, content added

--
Wolf Paulus
MSCS, SCJP, Sr. Software Engineer


Reply via email to