Skip to content

Commit 800a9bf

Browse files
committed
CODE FORMAT
1 parent d2aae60 commit 800a9bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/n1ar4/gui/MenuUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ private static JMenu createAboutMenu() {
1818
// 完成你的逻辑
1919
System.out.println("Do New File");
2020
// 如何弹出一个框
21-
JOptionPane.showMessageDialog(null,"Do New File");
21+
JOptionPane.showMessageDialog(null, "Do New File");
2222
});
2323
newMenu.add(connectItem);
2424
return newMenu;

0 commit comments

Comments
 (0)