Translations improved, no exception in text view when font is not available, some unchecked casts fixed

This commit is contained in:
Honfika
2014-01-19 15:01:25 +01:00
parent 4d563a2493
commit d864661c39
19 changed files with 83 additions and 53 deletions
@@ -219,6 +219,7 @@ public final class SWF implements TreeItem {
public SWFSourceInfo sourceInfo;
public String file;
public String fileTitle;
public boolean isAS3;
public HashMap<Integer, CharacterTag> characters;
public List<ABCContainerTag> abcList;
public JPEGTablesTag jtt;