Loading SWFs from memory

Progressbar animation fix
Few refactorings
This commit is contained in:
Jindra Pet��k
2013-08-24 14:05:15 +02:00
parent 9f22cec75d
commit 8a8084ef28
140 changed files with 3902 additions and 281 deletions
@@ -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);
}
}