Hey,
i'm trying to use the method getValueAt(int row, int column)
from Class DefaultTableModel
.
This method returns Object value, but i want to get an int value.
so can anyone suggest what class to use in order to convert the Object
value to int
?