Changed size to resolution of arcade screen
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ public class Window extends JFrame {
|
||||
});
|
||||
|
||||
//Set window to fullscreen
|
||||
setExtendedState(getExtendedState() | JFrame.MAXIMIZED_BOTH);
|
||||
// setExtendedState(getExtendedState() | JFrame.MAXIMIZED_BOTH);
|
||||
setUndecorated(true);
|
||||
|
||||
//Create Events
|
||||
|
||||
Reference in New Issue
Block a user