Java Swing: JComboBox removeAllItems()和removeAll()
如果JComboBox 的元素使用add()添加的,就用removeAll()移出。
如果是用addItem()添加的,就用removeAllItems()移出。
?