Submitted by patrick on Sun, 05/02/2010 - 13:53
Posted in
- 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
