I want to lay out a number of objects vertically in a JPanel. Right
now I use the GridLayout, however this makes all the row the same
height. What I want is to have each individual row to have the
object's height. What Layout would I use to accomplish this?