How can I make the Combobox open up and not down. Is there any method to do that? another thing is how can I reduce the size of drop down so that it can take the scrollbar?
allen turner
Greenhorn
Joined: Oct 04, 2001
Posts: 15
posted
0
Take a look at the setMaximumRowCount methhod of the JComboBox class to set the number of rows in the drop down.