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-10-26 19:58 Back to release list
0.9.0-beta

A datasource abstraction layer has been added. All
of the SwingSet components are now based on a new
SSRowSet interface rather than Sun's RowSet
interface. The SSRowSet differs from RowSet in two
important ways. First, SSRowSet extends
Serializable, which greatly facilitates
serialization/deserialization in the rest of the
SwingSet components. Secondly, SSRowSet only
contains methods necessary to support the data
types in used by SSTextDocument, which will make
writing SSRowSet implementations for non-updatable
RowSets and other non-database datasources much
easier.
Tags: Major feature enhancements

Project Resources