Skip to content

Releases: bpangburn/swingset

SwingSet 4.0.2 Released

19 Feb 01:13
Compare
Choose a tag to compare

SwingSet is an open source Java toolkit containing data-aware replacements for many of the standard Java Swing components. Version 4.0.2 contains some incremental improvements over 4.0.1 pertaining primarily to the SSFormViewScreenHelper API and to the management of the EventListeners used for binding RowSet columns to SwingSet components. From the CHANGELOG.txt file:

  1. SSDBComboBox - added constructor without _query parameter.
  2. SSFormViewScreenHelper API change, replacing:
    protected abstract void retrieveAndSetNewPrimaryKey();
    with:
    protected abstract String retrieveNewPrimaryKey();
  3. Moved addSSComponentListener() and removeSSComponentListener() to SSCommon, making companion methods in SSComponentInterface static.
  4. Added abstract method EventListener getSSComponentListener() to SSComponentInterface and implemented in applicable SwingSet components.
  5. Component change listener for binding is stored as private data member in SSCommon and initialized in the bind() method.

For more information see:

The latest Maven artifact is available from:
https://search.maven.org/artifact/com.nqadmin.swingset/swingset

SwingSet 4.0.1 Released

05 Feb 02:23
Compare
Choose a tag to compare

SwingSet is an open source Java toolkit containing data-aware replacements for many of the standard Java Swing components. Version 4.0.1 contains some incremental improvements over 4.0.0 mostly related to the SSFormViewScreenHelper and SSDataGridScreenHelper classes. From the CHANGELOG.txt file:

  1. Changed some ScreenHelper class methods from public to protected.
  2. Changed abstract getJMenuBar() to getCustomMenu() in SSScreenHelperCommon to avoid naming collision. Updated Demos.
  3. Added static menu helper methods to SSScreenHelperCommon.
  4. Added setSelectedEnum() to SSComboBox.
  5. Added some log4j warnings to SSDBComboBox.addOption() and updateOption().

For more information see:

The latest Maven artifact is available from:
https://search.maven.org/artifact/com.nqadmin.swingset/swingset

SwingSet 4.0.0 Released

01 Feb 03:16
Compare
Choose a tag to compare

SwingSet is an open source Java toolkit containing data-aware replacements for many of the standard Java Swing components. Version 4.0.0 represents a rewrite of much of the code base, and coding changes may be required for projects using earlier versions of SwingSet. This version will make developing future enhancements much easier and we are anticipating a more frequent release cycle.

For more information see:

The latest Maven artifact is available from:
https://search.maven.org/artifact/com.nqadmin.swingset/swingset

Finally, we'd like to acknowledge @errael for his tremendous contributions to this release. Both his insight and coding were instrumental in improving the overall API, and setting the stage for future improvements.