package org.hwo.ui; import javax.swing.JComboBox; public class JComboBoxEx extends JComboBox { public void selectEqualItem(Object o) { for (int i=0;i