mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 16:50:46 +00:00
Loading SWFs from memory
Progressbar animation fix Few refactorings
This commit is contained in:
@@ -80,6 +80,9 @@ public class SWFPreviwPanel extends JPanel {
|
||||
if (swf == null) {
|
||||
return;
|
||||
}
|
||||
if (swf.frameRate == 0) {
|
||||
return;
|
||||
}
|
||||
stop();
|
||||
timer = new Timer();
|
||||
timer.schedule(new TimerTask() {
|
||||
|
||||
Reference in New Issue
Block a user