Abstractics XmlPanel
A flexible Java Swing Runtime Layout Manager Current Version: 1.1

Release History

The current released version is 1.1.

Version 1.1

  • Fixed ClassCastException error when edit dialog was used when the XmlPanel was in a dialog.
  • Fixed an issue with cells/rows not collapsing when components are hidden.
  • Support for soft-bevel borders added to the Border component factory
  • Support for titled borders added to the Border component factory
  • Refactoring and inclusion of the com.abstractics.utils package(s)
  • Inclusion of an example application that uses the xmlpanel
  • XmlPanel contructor made to be public and the static create method is no longer needed (it has been deprecated). This allows for easier subclass creation.
  • Because of the inclusion of the com.abstractics.utils packages, support for I18N translation is now supported in the XML. See the sample application for an example.
  • Added support for "floating" components
  • Added support for background image on the panel
  • Components are now reused when XML is reset in the panel

Version 1.0

  • Initial public release