mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 03:31:37 +00:00
Loading SWFs from memory
Progressbar animation fix Few refactorings
This commit is contained in:
@@ -171,7 +171,7 @@ public class ProxyFrame extends AppFrame implements ActionListener, CatchedListe
|
||||
private void open() {
|
||||
if (swfList.getSelectedIndex() > -1) {
|
||||
Replacement r = (Replacement) listModel.getElementAt(swfList.getSelectedIndex());
|
||||
Main.maskURL = r.urlPattern;
|
||||
Main.fileTitle = r.urlPattern;
|
||||
Main.openFile(r.targetFile);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user