set Combo Box Popup Flyout Orientation
Specifies the combobox popup flyout orientation. The value should be either null to reset to the default flyout orientation or one of the Integers below:
The default SwingConstants.SOUTH - the popup is displayed directly below the combobox aligned to the left.
SwingConstants.NORTH - the popup is displayed directly above the combobox aligned to the left.
SwingConstants.EAST - the popup is displayed to the left of the combobox aligned to the top.
SwingConstants.WEST - the popup is displayed to the right of the combobox aligned to the top.
SwingConstants.CENTER - the popup is displayed centered vertically over the combobox aligned to the left.
Note that the combo arrow changes in accordance with the combo popup flyout orientation.
Parameters
Flyout orientation for combobox popup.