From 5058c2a7134f1de1b91bd79ea4adcc428fa3e827 Mon Sep 17 00:00:00 2001 From: dancingshi Date: Thu, 20 Mar 2025 16:41:12 +0800 Subject: [PATCH] Update App.java --- App.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/App.java b/App.java index 2a68c18..5439e8e 100644 --- a/App.java +++ b/App.java @@ -7,7 +7,7 @@ public static void main(String[] args) throws Exception { JFrame frame = new JFrame("Flappy Bird"); // frame.setVisible(true); - frame.setSize(boardWidth, boardHeight); + frame.setSize(boardWidth, boardHeight); frame.setLocationRelativeTo(null); frame.setResizable(false); frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);