show recent files in main menu

This commit is contained in:
Honfika
2013-11-10 17:40:47 +01:00
parent 2f49b47e87
commit 8125ecf7ef
5 changed files with 97 additions and 1 deletions
@@ -349,6 +349,7 @@ public class Main {
public static boolean openFile(String swfFile) {
try {
Configuration.addRecentFile(swfFile);
boolean ok = openFile(swfFile, new FileInputStream(swfFile));
if (ok) {
readOnly = false;