I am using a JTable. I want to have the rows selectable, however I dont want the user to be able to edit or input data directly via the table.
I can use: jTable1.setCellSelectionEnabled(false);
However this stops the rows being highligted when clicked on how do I go about this??
Thanks for Reading
Scottie!!
