Hello I am currently making a GUI. I have started to use the GridLayout and came across a small problem. The Layout out it a 9 x 2 layout. I need to place items into position 3,1 ... 4,1 ... 5,1, but it places them in 3,1 3,2 and 4,1. Does anyone know how I can make it so that I control where it lays these components?