I have created a jComboBox but it takes the full width of the frame. how to set the width fixed.
yes borderlayout for the frame and box layout for the panel. i am
You might want to use setSize() method.
setSize()
combo.setSize(200, combo.getPreferredSize().height);