I am using JComboBox as an editor in a column in a JTable. At the moment whenever I click on one of the cells in this column the combo immediately drops down and shows the options. Is there some way I can stop this happening unless the user double clicks on the cell? Thankyou