I encounter a same question that Nickolay asked in below post: Adding items to a JComboBox
After I successfully implement the solution provided by JBuenoJr, now the question is what parameter should I put in if I need to remove an item? I tried both parameter of the ComboItem class but neither of them works.
comboBox.removeItem(??????);