JTable can't (apparently) have varying CellEditors in a column
JTable can't (apparently) have varying CellEditors in a column .
is there any alternative solution.
any thoughts!!!!!!!!
JTable can't (apparently) have varying CellEditors in a column .
is there any alternative solution.
any thoughts!!!!!!!!
> JTable can't (apparently) have varying CellEditors in
> a column .
>
> is there any alternative solution.
>
> any thoughts!!!!!!!!
It can, I do it! What have you tried?
Override the getCellEditor(...) method to return the approrate editor for the class of data found in the cell.