logger classes fixed, added new events (swf, abc, method body parsed)

This commit is contained in:
honfika@gmail.com
2014-09-01 13:33:35 +02:00
parent c27eeafce4
commit 8325d07b24
26 changed files with 186 additions and 120 deletions

View File

@@ -830,7 +830,7 @@ public class PreviewPanel extends JSplitPane implements ActionListener {
}
showFlashViewerPanel();
} catch (IOException | com.jpexs.decompiler.flash.action.parser.ParseException ex) {
Logger.getLogger(MainPanel.class.getName()).log(Level.SEVERE, null, ex);
Logger.getLogger(PreviewPanel.class.getName()).log(Level.SEVERE, null, ex);
}
}