|
Java™ by example!
|
|
|
How do I define the size of a JComboBox?
If you want to change the size of the JComboBox component itself, use:
If you want to have control over the popupwidth and popupheight, extend JComboBox and add the necessary functionality to a custom ComboBoxUI: Main.java:
Further Information
Author of answer: Joris Van den Bogaert
Comments
Comments to this answer are only viewable by members. Login or become a member!
|
|
|
|
|