t cannot be converted to int code example
Example: object cannot be converted to int java
public Object getValueAt(int row, int column) {
return getModel().getValueAt(convertRowIndexToModel(row),
convertColumnIndexToModel(column));
}