Hi,

I'm trying to create a swing Jtable that has a row of checkboxes (JCheckbox)
and another row of comboboxes (JComboBox) across the top of a table to
define say the visibility (on/off) and type of a column.

It seems that Jtable only provides the ability to addColumns and then define
DefaultCellEditors per column for all cells in the column only.

Can anyone advise how to correctly setup checkboxes or comboboxes across a
row in a JTable, or offer an alternate solution to achieve the same
result.......

TIA....

Regards,
Phil

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

Reply via email to