I have created a table in a JFrame that takes the table model from a Derby database table. Now the problem I am facing is, If the user double clicks the table cell, the cell becomes an editable text field. How can I prevent the user from doing so? I don't want the user to alter the cell's data.
Asked
Active
Viewed 14 times