I have an editable JComboBox which contains a list of single letter values. Because of that the combobox is very small.
JComboBox
Every letter has a special mean
You might want to use setSize() method.
setSize()
combo.setSize(200, combo.getPreferredSize().height);