posted 14 years ago
Hi!
I've spent 4 hours trying to read the data from file to ArrayList and then to JTable, but still cannot solve one problem.
I have the following class UserDataRow, where the data about a user is described:
I'm using the following code to read the data from file:
Now I want just to put this 2d array "listofusers" into my JTable, but I cannot... The above code does't work.
The error message is:
So, where could be my error?