1. Swing BoxLayout problem with JComboBox without using setXXXSize stackoverflow.comhere's an SSCCE:
|
2. JComboBox & Layout Manager Qu coderanch.comI have a gui that uses many combo boxes in different areas and they work fine except for one particular instance when i have added it using GridBag Layout. it is presented fine at first but when clicked the options are not seen unless the mouse is moved over the area which until then is white space. Does anyone know why ... |