JTable and editable property on Java Desktop Application

Hi,

I have created a project using Java Desktop Application in Netbeans 6.0. I have used a JTable object in this project. Even though I deactivate editable property (define "isCellEditable" method 'false'), when I load data in this object, editable property is still active. Please help.

[302 byte] By [musa@oval.com.tra] at [2007-11-27 8:49:25]
# 1
use thistable.setEnabled(false);this works for me.
student@sunDNa at 2007-7-12 20:58:40 > top of Java-index,Desktop,Developing for the Desktop...