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-28 20:49 Back to release list
0.9.1-beta

This version improves default database support in SSJdbcRowSetImpl. Since SwingSet requires JDBC drivers used in conjunction with SSJdbcRowSetImpl to be concurrently-updatable and scroll-insensitive, but some JDBC drivers which support updatable resultsets are not set this way by default, all rowsets are automatically set to be TYPE_SCROLL_INSENSITIVE and CONCUR_UPDATABLE.
Tags: Minor feature enhancements

Project Resources