Skip to content

Commit e60286c

Browse files
author
邹上豪
committed
修改窗口标题并更新版本号
1 parent 4939c91 commit e60286c

15 files changed

Lines changed: 9 additions & 9 deletions
130 Bytes
Binary file not shown.

out/production/Mk11/Login.class

20 Bytes
Binary file not shown.

out/production/Mk11/Profile.class

38 Bytes
Binary file not shown.
116 Bytes
Binary file not shown.

out/production/Mk11/SignIn.class

36 Bytes
Binary file not shown.

out/production/Mk11/Signup.class

-65 Bytes
Binary file not shown.

src/ChangeNumberSystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void collectData() {
7777
void initJFrame() {
7878
setLayout(null);
7979
setSize(636, 722);
80-
setTitle("水银第十代 进制转换器");
80+
setTitle("进制转换器");
8181
setIcon();
8282
setAlwaysOnTop(true);
8383
setLocationRelativeTo(null);

src/CheckPrimeNumber.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ void initJFrame() {
8383
setLayout(null);
8484
setSize(640, 648);
8585
setIcon();
86-
setTitle("水银第11代 质数判断器");
86+
setTitle("质数判断器");
8787
setAlwaysOnTop(true);
8888
setLocationRelativeTo(null);
8989
setDefaultCloseOperation(EXIT_ON_CLOSE);

src/GetRandomNumber.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ void initJFrame() {
6969
setLayout(null);
7070
setSize(640, 648);
7171
setIcon();
72-
setTitle("水银第十代 随机数生成器");
72+
setTitle("随机数生成器");
7373
setAlwaysOnTop(true);
7474
setLocationRelativeTo(null);
7575
setDefaultCloseOperation(EXIT_ON_CLOSE);

src/Initializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public abstract class Initializer extends JFrame implements KeyListener, MouseLi
1818
//所有子类图形的统一getContentPane方法
1919
Container con = getContentPane();
2020
JMenu aboutJM = new JMenu("关于(G)");
21-
String version = "水银第11代 0.11.18.20230329";
21+
String version = "水银第11代 0.11.19.20230402";
2222
String username;
2323
String password;
2424
JDialog aboutJD = new JDialog();

0 commit comments

Comments
 (0)