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.