SyntaxFix
Write A Post
Hire A Developer
Questions
http://docs.oracle.com/javase/7/docs/api/javax/swing/JTable.html
You will find these methods in it:
getValueAt(int row, int column) getSelectedRow() getSelectedColumn()
Use a mix of these to achieve your result.