How to set the number of rows to be displayed in a combobox

Hi All ,
I am using a combo box to show the values of a valuelist .
This value list is generated at run time from an array and may contanis > 100 records (actually noumber of weeks form today to 2 years back )
Now problem is that my combo box contain around 100 records . and at a time by default 20 records (max) are displaying which captures half of my screen. Is there any way to set the size of the combo box displaying rows.
(say 5 at a time ).

Thanks in Advance …

I don’t think you can do that.

When you are not afraid of using a jcombobox you can set the maximumRowCount property.
Otherwise I would add it as a feature request to the support system…