qrimage is set in the middle of the gameoverscreen, frame is not resizable anymore

This commit is contained in:
Remco
2015-06-19 10:17:58 +02:00
parent 93cb22b0c0
commit 2ed5ceeaba
2 changed files with 6 additions and 10 deletions
+1
View File
@@ -91,6 +91,7 @@ public class Window extends JFrame {
jsh.addJoystickListener(control);
//Display
setResizable(false);
pack();
setVisible(true);
}