Can you select a JTable row programmically?
Seemingly a simple thing to want to do but I don't see an easy way of doingthis...is there?Thanks
[119 byte] By [
chippra] at [2007-10-3 11:09:20]

> Seemingly a simple thing to want to do but I don't> see an easy way of doing> this...is there?> > ThanksYes,JTable table = new JTable();table.setRowSelectionInterval(index0, index1)
zadoka at 2007-7-15 13:32:24 >
