Reputation: 39194
Which method can I call to enable/disable the possibility of select rows in a JTable?
Upvotes: 8
Views: 21386
Reputation: 6856
JTable#setRowSelectionAllowed(boolean)
Upvotes: 26