mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 01:51:10 +00:00
Issue #457 Clear all recent opened files + Close menu item
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user