Jan
26
|
The JTable class has a method setRowSelectionAllowed() that allows enabling and disabling of row selection.
table.setRowSelectionAllowed(false);
Leave a Reply
You must be logged in to post a comment.