That doesn't really help me though unless I want to have one anchored to the left, one to the middle, and one anchored to the right. Unless I want to use borderlayout I can't seem to find anything useful.
For example, suppose I have a Label anchored in the upper left. I now want to have a set of components right beneath it. How do I anchor that set of components to the Label? Or to make it even simpler, suppose I have a label already anchored on the screen and now I want to put 2 others below it? There doesn't appear to be a layout metaphor that says "label2.x = label1.x, label2.y = label1.y + label1.height + padding".
I'm trying to never define anything in pixel space so that the layout is fluid.