| Author |
JTable
|
dino gan
Greenhorn
Joined: Oct 15, 2004
Posts: 1
|
|
|
Is it possible to get the actual data which has been selected in a JTable instead of just obtaining the index of the row?
|
 |
Murugan Patham
Greenhorn
Joined: Oct 16, 2004
Posts: 20
|
|
|
Use the getValueAt(int row, int col) method to get the actual data
|
 |
 |
|
|
subject: JTable
|
|
|