I have a problem with Jtable. I am developing an application which takes input from the user using JTable.Once the user finishes his entry a button is clicked. When the button is clicked i got to take the values at each cell and manipulate them. When i am trying to use getValuesAt method, I am getting null values. What should i do now?
View All Comments
| View Tutorial