fix compilation issues on my system

This commit is contained in:
Dirk Stöcker
2014-06-23 18:42:19 +02:00
parent e243c1ae61
commit 4e3c4b6444
2 changed files with 23 additions and 18 deletions

View File

@@ -1533,6 +1533,11 @@ public final class SWF implements TreeItem, Timelined {
return fframes.size() > pos;
}
@Override
public void remove() {
throw new UnsupportedOperationException();
}
@Override
public BufferedImage next() {
if (!hasNext()) {