Trying to teach myself Java GUI (Swing), should be an easy fix
问题 Alright, like the title says, this should be an easy question but I'm very new to doing gui and I'm having a little problem. I'm trying to separate my window into 3 bordered sections (horizontal). So far I've got two, however, the one in the middle extends down to the bottom of the window, blocking the bottom section. I'm guessing it has something to do with my use of NORTH, CENTER, and SOUTH? I attached a picture of the window and some of my code, let me know if you need more! Top section