Help with custom TableCellEditor
I have created a custom component that extends Container and contains a JComboBox and JButton. I've also created a custom TableCellEditor that returns the custom component and for the most part it works fine except for a few thing that I am hoping someone can help with.
The custom component (Container) installs a focusGained method to ensure that the combobox, which is editable, always gets the focus so that traversing the table using the keyboard always puts the cell into edit mode but I would like to stop cell editing and move to the cell directly below when the enter key is pressed or a combobox selection is made. Any suggestions?
Cheers,
Matt

