You would change the combo box's model -- remove that String from the second JComboBox's model. Another way is to give your second JComboBox a custom renderer, and in that renderer, make a cell's...