hi everyone.
I am aware that this seems liek such a simple task, but its really not working for me.
I know that the JTable method valueAt(int row, int col) returns an object, so i figure why not just cast that object to an Integer, then once its cast extract the integer value of that Integer by calling intValue() on it.
This is what it looks like, and compiles.
and incase your wondering when i look inside my Jtable when it is running the value at (0,5) is infact an integer, that being the number 8.So i am quite stumped.
Any ideas would be much appreciated
