Hi all,
 I wanna have a JTable with only one column. The editor of which will be
a JCombobox ( i achieve it by over-riding defaultCellEditor ). Now the
tricky part, depending on the selection of an item in the JCombobox, i
insert a few rows, say 2, with some string to display ( till here no
problem). Now, I need these inserted rows to be non editable ( does not
work if i say setEditable(false) !! ) but all the other following rows
which were there before the insertion to be editable.

thanx in adv
~s


_______________________________________________
Swing mailing list
[EMAIL PROTECTED]
http://eos.dk/mailman/listinfo/swing

Reply via email to