The way to do this is to create a FlowPanel with align
set to justify
, and then place two more FlowPanels inside it. One will end up on the left, and one on the right, allowing you to stack components on either side.
Here’s an example, with a label on the left and a bunch of links on the right. I’ve left it with lots of vertical margin so you can see the structure: