SwingSet 4.0.11 Released
·
8 commits
to master
since this release
SwingSet is an open source Java toolkit containing data-aware replacements for many of the standard Java Swing components. Version 4.0.11 fixes numerous small bugs, updates a number of dependencies, and modifies/expands the SwingSet Demo Examples.
From the CHANGELOG.txt file:
- Due to the many version changes on an ongoing basis, starting with SwingSet 4.0.11, POM changes have been moved to CHANGELOG-POMS.txt in the same folder.
- Fix for component updates following navigation: #144
- SSComboBox/SSDBComboBox - Ability to display underlying database value when a combobox doesn't have a corresponding Option: #145
- Add updateSSDBComboBoxes to SSDataGridScreenHelper: #153
- Fix for SSTableModel draw after a deletion: #156
- Fix for updating of default parent ID when using SSDataGridScreenHelper: #157
- Add screen helper method to combine setParentID() and updateScreen(): #159
- Add 'Example4 Advanced' to SwingSet Demo:
- Move code from Example4 that demos navigator actions:
-- assigning actions to function keys
-- assigning actions to buttons - Add code showing use of MissingOptionControl and custom ListItemFormat for null/missing Options
- Add DataGridExampleSupport used by SwingSet Demo Example5:
- Provides more testing/examples of grid usage
- Improves H2 handling so demo can now do row insertion/deletion into grid (note that this exposed #5 above)
- Ability to use an environment variable, JAVA_PREFERRED_SCREEN, to control placement of the SwingSet demo in a multi-monitor environment.
- SwingSet Demo button, screen name, and README cleanup.
For more information see:
- API README: https://github.com/bpangburn/swingset/blob/swingset-4.0.11/swingset/README.md
- API CHANGELOG: https://github.com/bpangburn/swingset/blob/swingset-4.0.11/swingset/CHANGELOG.txt
- DEPENDENCY/PLUGIN CHANGELOG: https://github.com/bpangburn/swingset/blob/swingset-4.0.11/swingset/CHANGELOG-POMS.txt
- API Migration Guide: https://github.com/bpangburn/swingset/wiki/Migration-to-SwingSet-4.x
- DEMO README: https://github.com/bpangburn/swingset/blob/swingset-4.0.11/swingset-demo/README.md
The latest Maven artifact is available from:
https://search.maven.org/artifact/com.nqadmin.swingset/swingset