Method removeItemAt(int anIndex)
Return type: void
Member of:
javax.swing.JComboBox
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
configCombo.removeItemAt(0);
2
namespaceList.removeItemAt(selectedIndex);
3
removeItemAt(i);
4
comboBoxFindText.removeItemAt(FIND_TEXT_MAX_ITEM_SIZE);
5
comboBoxFindDate.removeItemAt(FIND_TEXT_MAX_ITEM_SIZE);
6
dest.removeItemAt(idx+1);
7
searchComboBox.removeItemAt( i );
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.