Deepika Sachdev
January 6th, 2000, 11:29 PM
I am using JTable to diaplay records retrieved from the DataBase. The Data is diaplayed by passing an AbstractDataModel to the JTable.
My requirement is that the data in my JTable should be read-only and no user should be able to add, modify or delete data from this JTable.
Is there any property which can be set to make my JTable read-only.
My requirement is that the data in my JTable should be read-only and no user should be able to add, modify or delete data from this JTable.
Is there any property which can be set to make my JTable read-only.