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?

[524 byte] By [myque-ans@soona] at [2007-10-2 10:19:18]
# 1
getValueAt(...)
ajneoa at 2007-7-13 1:48:05 > top of Java-index,Desktop,Core GUI APIs...
# 2
hi,Good Evening.Thank you so much for reply.I used getValueAt(int,int) method and got the selected value.Thank you.
myque-ans@soona at 2007-7-13 1:48:05 > top of Java-index,Desktop,Core GUI APIs...
# 3
You are welcome.
ajneoa at 2007-7-13 1:48:05 > top of Java-index,Desktop,Core GUI APIs...