Current changes

From JAXXWiki

This is a list of changes that have been made to JAXX since the last release. This is primarily for Ethan's tracking purposes, but may be of interest.

Roadmap

Changes in the current devel version

  • JAXX no longer causes security errors when used in applets.
  • Line numbers are reported properly in 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