Skip to content

Commit

Permalink
Update Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuhuanhen authored Dec 25, 2022
1 parent b8981d4 commit 456e750
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/view/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ public class Main {

// 程序入口,运行此处
public static void main(String[] args) {
new MyFrame();
try {
new MyFrame();
} catch (Exception e) {
e.printStackTrace();
}
}
}

0 comments on commit 456e750

Please sign in to comment.