JTable non editable

hi all, pls tell me how to make a JTable non editablethanks in advance
[84 byte] By [b.m.krajua] at [2007-11-26 17:36:15]
# 1
hi,JTable tbl = new JTable() {public boolean isCellEditable(int row, int column) { return false; }};thanksdaya
dayanandabva at 2007-7-9 0:04:20 > top of Java-index,Desktop,Core GUI APIs...
# 2

Not once in your last 10 postings have you bothere to repy to the posting incdicating whether the suggestions given to your where helpfull or not. In other words, not once have you bother to thank people for the help you have received.

I know I will not be helping you in the future. I hope others don't as well.

camickra at 2007-7-9 0:04:20 > top of Java-index,Desktop,Core GUI APIs...