About JTable ...
I have written a JFrame containing a JTable and a "next>>" button. If i have finished inputting all data into the table and press the next button, it always can't read the last data i have inputted.
I think that the system believe i am editting the last cell and haven't finished yet when i pressed the next button, so that cell just contains the previous data...
How can i improve this so that it can read the last one?
Please Help!!!

