Do you know why a JButton would take over the whole frame no matter what you set the size too? Like whatever I set my frame to, the button with is only suppose to 100,50 is still the size of a 500,500 frame. I do have 3 different buttons going into the JPanel object.



I have a hunch it has to do with how the JPanel is formatting these??? You have any input?