I'm working on the following swing GUI for a project:

What I want to do is make it so the "Simulation Options" don't resize at all, but just stay the same size and don't move when the whole frame is resized. How can I accomplish this?

The "Simulation Options" is a JPanel with a GridLayout.