I have code like that:
JPanel myPanel = new JPanel(); myPanel.setLayout(new BoxLayout(myPanel, BoxLayout.Y_AXIS)); JButton button = new JButton(
Use the Box class as an invisible filler element. This is how Sun recommends you do it.
Box
BoxLayout tutorial.