mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-14 18:11:53 +00:00
small fixes, error handling
This commit is contained in:
@@ -349,6 +349,8 @@ public class Main {
|
||||
|
||||
public static boolean openFile(String swfFile) {
|
||||
try {
|
||||
File file = new File(swfFile);
|
||||
swfFile = file.getCanonicalPath();
|
||||
Configuration.addRecentFile(swfFile);
|
||||
boolean ok = openFile(swfFile, new FileInputStream(swfFile));
|
||||
if (ok) {
|
||||
|
||||
Reference in New Issue
Block a user