mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-01 20:14:41 +00:00
Added: AS3 - navigation to definition in other SWF file and also player/airglobal
This commit is contained in:
@@ -1998,7 +1998,13 @@ public class Main {
|
||||
}
|
||||
swfFile = file.getCanonicalPath();
|
||||
OpenableSourceInfo sourceInfo = new OpenableSourceInfo(null, swfFile, fileTitle);
|
||||
OpenFileResult openResult = openFile(sourceInfo);
|
||||
OpenFileResult openResult = openFile(sourceInfo, new OpenableOpened() {
|
||||
@Override
|
||||
public void opened(Openable openable) {
|
||||
executeAfterOpen.run();
|
||||
}
|
||||
}
|
||||
);
|
||||
return openResult;
|
||||
} catch (IOException ex) {
|
||||
ViewMessages.showMessageDialog(getDefaultMessagesComponent(), AppStrings.translate("open.error.cannotOpen"), AppStrings.translate("open.error"), JOptionPane.ERROR_MESSAGE);
|
||||
|
||||
Reference in New Issue
Block a user