custom the scroll bar size of ComboBox

Hi all.

Is it possible to custom the scroll bar size of ComboBox. The reason that I want to customize the scroll bar is my ComboBox size is small. if the scroll bar appear, all items have been overlapped..

My ComboBox size is 35x25 pixel, and I have extended the BasicComboBoxUI to customized the drop down button to 10 pixel width, so the combo items content are in 25 x 25 pixel..... however, the scroll bar of ComboBox spend a lot of space...

Any method can solve ? Please help... THanks

.

[523 byte] By [mcstevenjpa] at [2007-11-27 9:42:37]
# 1
if space is important, a JSpinner might be an option
Michael_Dunna at 2007-7-12 23:46:25 > top of Java-index,Desktop,Core GUI APIs...