I have Jframe that has a borderlayout. In south there is small jpanel with some information text and in center is big JPanel where the game is running.
Proble is that i want the JPanel in center to have size of lets say 800*600 and JFrame would set its size automatically, so that the 2 JPanels fit perfectly. And JFrame will not have any extra space anywhere.
I don't know how to do that.
Michael Dunn
Ranch Hand
Joined: Jun 09, 2003
Posts: 4632
posted
0
Try this (I've used North/Center instead of Center/South)