Maybe I am missing something, but I can't figure out how to query a
JTable for the current cell (assuming single cell selection). How do
you do that?
Vova Reznik - 06 Mar 2006 22:04 GMT
> Maybe I am missing something, but I can't figure out how to query a
> JTable for the current cell (assuming single cell selection). How do
> you do that?
JTable:
public int getSelectedRow()
public int getSelectedColumn()
(if single selection)
Thomas Fritsch - 06 Mar 2006 22:06 GMT
> Maybe I am missing something, but I can't figure out how to query a
> JTable for the current cell (assuming single cell selection). How do
> you do that?
By reading the API doc of JTable.
Look for getSelected...(...) and maybe other methods.

Signature
"TFritsch$t-online:de".replace(':','.').replace('$','@')