Probably a BorderLayout.
Create a panel for your comboBox and slider and add that panel to the North. Then aad the panel containing your polygons to the Center.
"How to Use Layout Manager"
http://java.sun.com/docs/books/tutorial/uiswing/layout/visual.html
Each panel can use a different layout manager, to the "North" panel could then use a FlowLayout.