posted 22 years ago
Hi folks,
I have a JTable with JComboBox as a DefaultCellEditor for one of the columns. Using mouse I can select the value from the combobox. But same thing is not possible using keyboard(?).
1. On pressing F2 the cell goes to editor mode that shows me the JCombobox
2. Then on pressing down arrow key it shows the popup menu of JComboBox.
3. Using arrow keys I can navigate through the values in the JTable.
BUT when pressing enter it does not select the current item.
Any solution to this? Please help.
The same thing works prefectly outside the JTable.
Thanks & Regards,
Chandan D.