Basically I have created a JPanel with one JToolBar at the top (BorderLayout.NORTH), then I made a sidebar on the right(BorderLayout.EAST). Although when I add buttons to said sidebar, they are arranged horizontally(see attached, ignore the angry birds theme :p), when i need them to display vertically. I'm no expert with Swing, as you can probably tell..