From 9cf2dc00ef9edb926e634fb62a9b65996bda6512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E4=BD=B3=E5=AA=9B?= <2487706653@qq.com> Date: Wed, 9 Oct 2024 23:37:30 +0800 Subject: [PATCH] =?UTF-8?q?=E9=BE=9A=E5=BF=83=E6=80=A1=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E7=BB=93=E6=9E=9C2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Calculator.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Calculator.java b/Calculator.java index 9637d99..1b4a65a 100644 --- a/Calculator.java +++ b/Calculator.java @@ -27,7 +27,6 @@ public class Calculator extends JFrame implements ActionListener { "1", "2", "3", "-", "C", "0", "=", "+" }; - for (String text : buttons) { JButton button = new JButton(text); button.setFont(new Font("Arial", Font.PLAIN, 24));