Issue #457 Clear all recent opened files + Close menu item

This commit is contained in:
Honfika
2013-12-28 16:01:48 +01:00
parent ddf5f2eb6a
commit 4167fde286
7 changed files with 49 additions and 2 deletions
@@ -462,6 +462,11 @@ public class Main {
mainFrame.getPanel().close(swf);
}
public static void closeAll() {
sourceInfos.clear();
mainFrame.getPanel().closeAll();
}
public static boolean saveFileDialog(SWF swf) {
return saveFileDialog(swf, ".swf");
}