|
Java™ by example!
|
|
|
How do I prevent a particular JTable column from being edited?
 Decide what column should not be editable using the method isCellEditable. This example allows you to modify any of the cells except the column Vintage. Main.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|