Hello,
I have a JTable wholesale string and I, when the user presses a button, I store all the values that are in my JTable, unless there is nothing in my JTable. For that I do a test on every box and I test if the contents of my box is null. The problem is that if the user enters something in a box, then delete it (thus its contents are empty again) when I do my test, it can not see the contents of this box as being null. How can I do it? Any help is appreciated. Thank you for your help in advance.
Bookmarks