Retrieves the number of items in the combo box.
public final int getItemCount()
Returns the number of items in the combo box.
Because the index for a list box is zero-based, the returned count is one greater than the index value of the last item in the list.