Hi,

I need a to put a combo box in a cell of my JTable. To do this, I have a JPanel which implements TableCellEditor and TableCellRender and which contains a JCombo. The problem is, I can´t get the combo to work.

Can anybody help me?