From fcdab987668bee1989f788120801ebfb2e0fab01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=85=88=E6=B3=BD=E5=AE=87?= <2737577908@qq.com> Date: Wed, 9 Oct 2024 11:33:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC4=E6=AC=A1=E6=8F=90=E4=BA=A4=E8=AE=A1?= =?UTF-8?q?=E7=AE=97=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/vcs.xml | 6 ++++++ UML.iml | 11 +++++++++++ src/Computer.java | 2 +- 3 files changed, 18 insertions(+), 1 deletion(-) diff --git a/.idea/vcs.xml b/.idea/vcs.xml index e69de29..94a25f7 100644 --- a/.idea/vcs.xml +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/UML.iml b/UML.iml index e69de29..c90834f 100644 --- a/UML.iml +++ b/UML.iml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/Computer.java b/src/Computer.java index b1da97c..bc163df 100644 --- a/src/Computer.java +++ b/src/Computer.java @@ -13,7 +13,7 @@ public class Computer extends JFrame{ } public Computer() { - this.setTitle("计算器") + this.setTitle("计算器"); Container c = getContentPane(); c.setLayout(new BorderLayout()); xs = new JPanel(new FlowLayout());