GroupLayout is a Java Swing LayoutManager that hierarchically groups components in order to position them in a Container.
tl;dr: I want to do what's in the second picture (ignore the red lines) I understand how GroupLayout works, …
java swing user-interface grouplayout