JPanel Alignment

I have a JPanel with multiple buttons. How do I make it display the buttons vertically instead of horizontally?
[118 byte] By [Nethera] at [2007-10-3 6:21:04]
# 1
Use BoxLayout with BoxLayout.PAGE_AXIS
hunter9000a at 2007-7-15 1:06:16 > top of Java-index,Java Essentials,New To Java...