Category "gridbaglayout"

Trying to use a GridBagLayout to manage JPanels in Java

I am currently making my first steps with GUIs and am right now just trying to make a JFrame with two JPanel containers according to my work of art here: I cho

Why does this GridBagLayout not appear as planned?

I was trying to achieve the end result required in Setting an arbitrary width in GridBagLayout. For easy reference, here it is: This is the current result: