Java Swing setting JPanel Size

This may not answer your immediate question…but… You set the layout as a GridLayout, but you are using BorderLayout constraints to apply one of the components?? Also, make sure that there are not calls to Test#pack else where in your code, as this will override the values of setSize UPDATED (from changes to question) Remember, … Read more