문제

I have a combo box and I update its model with a new DefaultComboBoxModel by calling setModel. However when I first created the combo box, I registered an ItemListener with it by calling addItemListener. The problem is after I update the model, the ItemListener no longer fires. Do I need to call addItemListener with a new ItemListener on my combo box after each time I update the model?

도움이 되었습니까?

해결책

Yes. You can use either of these approaches:

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top