[jaxx-interest] JAXX 1.0.3-beta2 now available
Ethan Nicholas
ethan at ethannicholas.com
Fri Oct 20 12:09:36 EDT 2006
JAXX 1.0.3-beta2 is now available from http://www.jaxxframework.org/
Fixes in this version:
JAXX no longer causes security errors when used in applets.
Line numbers are reported properly in script errors again
Inline array initializers (String[] foo = {"foo", "bar"};) no longer
cause errors
Fixed several cases where JAXX would fail to find dependency classes
<JToggleButton> now supports the "buttonGroup" attribute
The <ButtonGroup> tag now creates an instance of JAXXButtonGroup
rather than the base ButtonGroup class
Fixed an edge case where JAXX would report an internal error due to
no symbol table having been created for a .jaxx file
Initializers for scripted fields are now applied in document order
(this is necessary because some initializers need to happen before a
particular class tag is initialized, and some need to happen after a
particular class tag is initialized -- you now have control over this
by where you place the scripted field in the document)
Ethan Nicholas
ethan at ethannicholas.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: /pipermail/jaxx-interest_jaxxframework.org/attachments/20061020/edfeb5c4/attachment.html
More information about the jaxx-interest
mailing list