When I run my gui, I have to resize the window for everything to show up. Does someone know what the problem is?
When you create the frame call the setSize() method on the frame to set the initial starting size.
setSize()