qrimage is set in the middle of the gameoverscreen, frame is not resizable anymore
This commit is contained in:
@@ -91,6 +91,7 @@ public class Window extends JFrame {
|
||||
jsh.addJoystickListener(control);
|
||||
|
||||
//Display
|
||||
setResizable(false);
|
||||
pack();
|
||||
setVisible(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user