First of all thanks for your support. I'm creating an application with MySQL database to store User details (Names, Age..). Just want to send the Name value to a JTable
cell clicked by the user.
I'm able to store the value in a String, and show it in System.out.println
, but cannot fill the cell up with the value.
Is this possible any how?