jTable in Swing
hi,
Good Morning
I used a JTable in my project and put my records which are from Access database.My JTable contains "ENAME" as the first column.
Now I want the value of first column in the selected row.i,e if I select 5th
row I want the value of first column (ENAME)of the fifth row,or if I select 10th row ENAME value of that row.
getSelectedRow()helps me a little.
I search all the methods of jTable and I could not find opt one.
If it is possible ,Will you please help me?

