Compare commits

..

No commits in common. "master" and "v1.0-SNAPSHOT" have entirely different histories.

2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
.idea
# 程序生成
BKPG/target

View File

@ -24,7 +24,7 @@ public class MainFrame extends JFrame {
setLocationRelativeTo(null);
setLayout(null);
setTitle("JM管理器");
// setResizable(false);
setResizable(false);
URL resource = MainFrame.class.getClassLoader().getResource("img/icon.png");
Image icon = Toolkit.getDefaultToolkit().createImage(resource);
setIconImage(icon);