diff --git "a/00fly-\346\212\200\346\234\257\346\221\270\351\261\274\357\274\210\346\227\266\351\232\220\346\227\266\347\216\260\347\232\204\345\233\276\347\211\207+\344\270\215\346\226\255\347\247\273\345\212\250\347\232\204\345\233\276\347\211\207+\351\232\217\346\234\272\346\270\270\350\265\260\347\232\204\351\274\240\346\240\207+\351\232\217\346\234\272\346\211\223\345\274\200\346\265\217\350\247\210\345\231\250\357\274\211/.gitignore" "b/00fly-\346\212\200\346\234\257\346\221\270\351\261\274\357\274\210\346\227\266\351\232\220\346\227\266\347\216\260\347\232\204\345\233\276\347\211\207+\344\270\215\346\226\255\347\247\273\345\212\250\347\232\204\345\233\276\347\211\207+\351\232\217\346\234\272\346\270\270\350\265\260\347\232\204\351\274\240\346\240\207+\351\232\217\346\234\272\346\211\223\345\274\200\346\265\217\350\247\210\345\231\250\357\274\211/.gitignore" new file mode 100644 index 0000000000000000000000000000000000000000..9ac53673cbfcb8ac953665716cb63a60804df2de --- /dev/null +++ "b/00fly-\346\212\200\346\234\257\346\221\270\351\261\274\357\274\210\346\227\266\351\232\220\346\227\266\347\216\260\347\232\204\345\233\276\347\211\207+\344\270\215\346\226\255\347\247\273\345\212\250\347\232\204\345\233\276\347\211\207+\351\232\217\346\234\272\346\270\270\350\265\260\347\232\204\351\274\240\346\240\207+\351\232\217\346\234\272\346\211\223\345\274\200\346\265\217\350\247\210\345\231\250\357\274\211/.gitignore" @@ -0,0 +1,7 @@ +target/ +logs/ +.classpath +.project +.settings +.factorypath +upload/ \ No newline at end of file diff --git "a/00fly-\346\212\200\346\234\257\346\221\270\351\261\274\357\274\210\346\227\266\351\232\220\346\227\266\347\216\260\347\232\204\345\233\276\347\211\207+\344\270\215\346\226\255\347\247\273\345\212\250\347\232\204\345\233\276\347\211\207+\351\232\217\346\234\272\346\270\270\350\265\260\347\232\204\351\274\240\346\240\207+\351\232\217\346\234\272\346\211\223\345\274\200\346\265\217\350\247\210\345\231\250\357\274\211/src/main/java/com/fly/demo/ui/base/ImageDialog.java" "b/00fly-\346\212\200\346\234\257\346\221\270\351\261\274\357\274\210\346\227\266\351\232\220\346\227\266\347\216\260\347\232\204\345\233\276\347\211\207+\344\270\215\346\226\255\347\247\273\345\212\250\347\232\204\345\233\276\347\211\207+\351\232\217\346\234\272\346\270\270\350\265\260\347\232\204\351\274\240\346\240\207+\351\232\217\346\234\272\346\211\223\345\274\200\346\265\217\350\247\210\345\231\250\357\274\211/src/main/java/com/fly/demo/ui/base/ImageDialog.java" index 67fe0236bdccd623a5bc02eb61056188abae040e..40739bdeecc3fde927f7f484106145ee4d1a1018 100644 --- "a/00fly-\346\212\200\346\234\257\346\221\270\351\261\274\357\274\210\346\227\266\351\232\220\346\227\266\347\216\260\347\232\204\345\233\276\347\211\207+\344\270\215\346\226\255\347\247\273\345\212\250\347\232\204\345\233\276\347\211\207+\351\232\217\346\234\272\346\270\270\350\265\260\347\232\204\351\274\240\346\240\207+\351\232\217\346\234\272\346\211\223\345\274\200\346\265\217\350\247\210\345\231\250\357\274\211/src/main/java/com/fly/demo/ui/base/ImageDialog.java" +++ "b/00fly-\346\212\200\346\234\257\346\221\270\351\261\274\357\274\210\346\227\266\351\232\220\346\227\266\347\216\260\347\232\204\345\233\276\347\211\207+\344\270\215\346\226\255\347\247\273\345\212\250\347\232\204\345\233\276\347\211\207+\351\232\217\346\234\272\346\270\270\350\265\260\347\232\204\351\274\240\346\240\207+\351\232\217\346\234\272\346\211\223\345\274\200\346\265\217\350\247\210\345\231\250\357\274\211/src/main/java/com/fly/demo/ui/base/ImageDialog.java" @@ -35,7 +35,7 @@ public class ImageDialog extends JDialog // 居中显示或随机 // setLocation((screenSize.width - dialogSize.width) / 2, (screenSize.height - dialogSize.height) / 2); - setLocation(RandomUtils.nextInt(0, screenSize.width - dialogSize.height), RandomUtils.nextInt(0, screenSize.height - dialogSize.width)); + setLocation(RandomUtils.nextInt(0, screenSize.width - dialogSize.width), RandomUtils.nextInt(0, screenSize.height - dialogSize.height)); add(new JLabel(new ImageIcon(image))); setVisible(true); setResizable(false); diff --git "a/00fly-\346\234\215\345\212\241\345\231\250docker Web\345\272\224\347\224\250\344\270\200\350\247\210/.gitignore" "b/00fly-\346\234\215\345\212\241\345\231\250docker Web\345\272\224\347\224\250\344\270\200\350\247\210/.gitignore" new file mode 100644 index 0000000000000000000000000000000000000000..9ac53673cbfcb8ac953665716cb63a60804df2de --- /dev/null +++ "b/00fly-\346\234\215\345\212\241\345\231\250docker Web\345\272\224\347\224\250\344\270\200\350\247\210/.gitignore" @@ -0,0 +1,7 @@ +target/ +logs/ +.classpath +.project +.settings +.factorypath +upload/ \ No newline at end of file diff --git "a/00fly-\347\216\251\350\275\254\344\272\214\347\273\264\347\240\201-\346\262\241\347\275\221\347\273\234\344\271\237\350\203\275\344\274\240\346\226\207\345\255\227/.gitignore" "b/00fly-\347\216\251\350\275\254\344\272\214\347\273\264\347\240\201-\346\262\241\347\275\221\347\273\234\344\271\237\350\203\275\344\274\240\346\226\207\345\255\227/.gitignore" new file mode 100644 index 0000000000000000000000000000000000000000..9ac53673cbfcb8ac953665716cb63a60804df2de --- /dev/null +++ "b/00fly-\347\216\251\350\275\254\344\272\214\347\273\264\347\240\201-\346\262\241\347\275\221\347\273\234\344\271\237\350\203\275\344\274\240\346\226\207\345\255\227/.gitignore" @@ -0,0 +1,7 @@ +target/ +logs/ +.classpath +.project +.settings +.factorypath +upload/ \ No newline at end of file