I want to repopulate a combobox every time when a user selects an item from the combo box. In the addItemListener, itemStateChanged method, I do removeAllItems first, then do addItems. Unfortunately this doesn't work because it got me into an infinite loop.
Can somebody tell me how to do this?
Thanks!

