The JFormattedTableColumn bean has the same behavior as Swing TableColumn, but with more features. To allow for the first two capabilities, you should use one of the following cell editors or cell renderers for the column:
JFormattedTableColumn offers these additional features:
JFormattedTextFieldCellEditor and JFormattedLabelCellRenderer are set as the default cell editor and cell renderer for each column.
By default, JFormattedTableColumn uses the AS400FieldModel.
For additional information about Swing architecture, see the following Web site:
http://java.sun.com/products/jfc/tsc/articles/architecture/index.html
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.