This commit is contained in:
honfika@gmail.com
2015-02-26 23:56:48 +01:00
parent 88adac7965
commit 2befbcb65d
15 changed files with 147 additions and 84 deletions

View File

@@ -853,6 +853,12 @@ public final class ImagePanel extends JPanel implements ActionListener, MediaDis
return outlines;
}
public synchronized void clearAll() {
stop();
timelined = null;
swf = null;
}
public synchronized void stop() {
clear();
stopAllSounds();