Some more changes to GUI to better support high screen resolutions.

This commit is contained in:
LevelX2 2016-02-13 02:30:05 +01:00
parent 1c2faaadde
commit 7ef0a0a7f0
31 changed files with 745 additions and 518 deletions

View file

@ -74,6 +74,8 @@ public class GamePane extends MagePane {
public void changeGUISize() {
super.changeGUISize();
gamePanel.changeGUISize();
this.revalidate();
this.repaint();
}
public void removeGame() {