Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
  • Loading branch information
Lzhjk committed Dec 17, 2021
1 parent 5c71709 commit dd890e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/MainUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ public void focusLost(FocusEvent e) {
setContentPane(mainPanel);
setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setResizable(true);
setTitle("Crypto v0.1.2 by LZHJK");
setTitle("Crypto v0.1.3 by LZHJK");
setVisible(true);
pack();
// 设置焦点位置
Expand Down

0 comments on commit dd890e5

Please sign in to comment.