JComboBox problem pls help me...............
I have a JComboBox at the bottom of the screen. Depending on the value change in it i m setting that value into a table. Since the JComboBox has huge items the drop down goes out of the form. So if i select a item. It will not come to the table. If i make this drop down to come upside then the combo box will be inside the form..so that i can select an item.
Please can any one tell me how to make the popup of the combo box to come upside?

