dump view: basic hex view (should be changed to a real hex view component)

This commit is contained in:
honfika
2014-06-22 09:49:12 +02:00
parent 4e0ec9df93
commit 38335ec2e4
23 changed files with 953 additions and 812 deletions

View File

@@ -1526,7 +1526,7 @@ public final class SWF implements TreeItem, Timelined {
final Color fbackgroundColor=backgroundColor;
final Iterator<BufferedImage> frameImages = new Iterator<BufferedImage>() {
private int pos=0;
private final int pos=0;
@Override
public boolean hasNext() {