Skip to content

Commit

Permalink
去除多余
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangmeng committed Sep 29, 2018
1 parent 98f8246 commit 48b2b65
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Binary file modified px2rem.jar
Binary file not shown.
1 change: 0 additions & 1 deletion resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
Manifest-Version: 1.0
Main-Class: com.jay.action.SetPX2REMTools

4 changes: 2 additions & 2 deletions src/com/jay/action/SetPX2REMTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ private void onCancel() {
dispose();
}

public static void main(String[] args) {
/* public static void main(String[] args) {
SetPX2REMTools dialog = new SetPX2REMTools();
dialog.pack();
dialog.setSize(300,150);
Expand All @@ -83,5 +83,5 @@ public static void main(String[] args) {
dialog.setLocation(screenWidth/2 - windowWidth/2, screenHeight/2 - windowHeight/2);//设置窗口居中显示
dialog.setVisible(true);
System.exit(0);
}
}*/
}

0 comments on commit 48b2b65

Please sign in to comment.