I deal with numeric data that is often edited up or down by 0.01*Value_of_variable, so a spinner looks like a good choice compared to a usual text cell.
I\'ve looke
Simply extend DefaultCellEditor and overwrite the getTableCellEditorComponent() method to return a JSpinner.
DefaultCellEditor
getTableCellEditorComponent()
JSpinner