Skip to main content

Release Notes: Table2GridBag (1.3)

Posted in
Spec Sheet
Name: 
Table2GridBag
Version: 
1.3
  • Added more control over component alignment by interpreting the "style" attribute in table cells.
  • Added a preview mode. When started with -Dpreview, Table2GridBag will now open a preview window, containing the layout.
  • Added the "ConfigurablePanel" class - a panel that allows for dynamic layout changes in GUI applications without the need to recompile anything.
  • Added support for putting a preamble in front of the generated code (e.g. for adding a copyright/license notice).
  • Table cells can now be left empty, in which case they are automatically populated by a filler component.
  • Bugfix: When generating a class, the parameterlist of the constructor now gets sorted alphabetically instead of "in order of appearance".
  • Bugfix: Generated classes now have a "serialVersionUID" field.
  • Bugfix: -Dindent now also recognizes a dot (".") as space