JComboBox change drop-down popup

后端 未结 4 1080
傲寒
傲寒 2020-12-06 14:47

basically is popup for a JComboBox displayed below its derived JTextField, how can change direction from bellowed orientations for JComboBox\'s popup and display JComboBox\'

4条回答
  •  执念已碎
    2020-12-06 15:21

    On my system, a JComboBox will open upwards if it is near the bottom of the screen and there is not enough space to open it downwards. (Is that what you meant?)

    Given that fact, I doubt it would be easy to alter the defined behavior.

提交回复
热议问题