java.awt.swing.table.TableColumn spec needs to be updated:
1. descriptions of
setHeaderValue(Object) and
setIdentifier(Object)
say nothing about these methods' behavior in case when
the Object is NULL.
2. There are no descriptions for constructors
TableColumn(int,int) and
TableColumn(int,int,TableCellRenderer,TableCellEditor)
1. descriptions of
setHeaderValue(Object) and
setIdentifier(Object)
say nothing about these methods' behavior in case when
the Object is NULL.
2. There are no descriptions for constructors
TableColumn(int,int) and
TableColumn(int,int,TableCellRenderer,TableCellEditor)