setting jcombobox
hi....i have an array of size 100, but currently ony a few are store with values, i embed the array into jcombobox....i need to set my combobox to display only the the values i have in my array....what should i do?....it is that i need to first get the index of the array and store it in a variable, use the variable to set the index of the jcombobox?

