Download List

Project Description

SwingSet is an Java toolkit that contains data-aware replacements for many of the standard Java Swing components. It currently includes replacements for JTextField, JTextArea, JComboBox, JCheckBox, JSlider, and JLabel. There is also an image component, a graphical record navigator, and a data grid component. All of the primary components are available as JavaBeans.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2004-08-12 00:28
0.8.0-beta

For the latest version all components have been made into
Java Beans, which will allow for better integration with Java
IDEs. Major usability enhancements include cut and paste
support from the data grid to/from spreadsheet programs and/
or other data grids, addition of current record index and total
record count to the data navigator, and default selection of an
"empty" item for combo boxes. Finally, this release includes a
number of smaller bugfixes, enhancements, and code
improvements.
Tags: Major feature enhancements

2004-02-24 02:08
0.7.0-beta

This version includes several usability enhancements and bugfixes, a workaround for the mysql-connector-java MySQL JDBC driver, and a graphical data navigator.
Tags: Minor feature enhancements

2003-12-18 23:36
0.6.0-beta

A grid control, SSDataGrid, has been added, which can display database information in a "datasheet" or "spreadsheet" style view. SSDataGrid provides functions to set column headers, hide columns, and make columns uneditable. In addition, individual columns in the SSDataGrid can be displayed as either text fields or combo boxes. For text columns, editing masks can be specified. Also added in this release is the SSTextField, which extends the JTextField. The SSTextField provides editing masks for data entry (e.g. dates, social security numbers, a specified number of decimals, etc.).
Tags: Major feature enhancements

2003-09-27 02:47
0.5.0-alpha

Tags: Initial freshmeat announcement

Project Resources