java.awt.swing.table.DefaultTableModel spec needs to be updated:
1. description of isCellEditable(int,int)
says nothing about these methods' behavior in case when
the indexes is out of bounds.
2. setColumnIdentifiers(Vecor) method has incomplete description
though setColumnIdentifiers()Object[]) has precise one.
3. Bad text formatting in moveRow(int,int,int) description.
1. description of isCellEditable(int,int)
says nothing about these methods' behavior in case when
the indexes is out of bounds.
2. setColumnIdentifiers(Vecor) method has incomplete description
though setColumnIdentifiers()Object[]) has precise one.
3. Bad text formatting in moveRow(int,int,int) description.