swf2xml,xml2swf from command line allow to open multi

This commit is contained in:
honfika@gmail.com
2015-01-20 11:40:32 +01:00
parent df518ff503
commit 4dcde9045b
5 changed files with 336 additions and 245 deletions

View File

@@ -106,7 +106,9 @@ public class LoadingDialog extends AppDialog implements ImageObserver {
addWindowListener(new WindowAdapter() {
@Override
public void windowClosing(WindowEvent e) {
System.exit(0);
if (Main.shouldCloseWhenClosingLoadingDialog) {
System.exit(0);
}
}
});
pack();