System.out.println(" -dump [file] : Dumps the content of the SWF file");
System.out.println(" -decompress [inputfile] -o [outputfile] : Decompresses the input file");
return;
}
final MainWindow window = new MainWindow(filesToOpen);
window.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
window.setVisible(true);
}