mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-18 08:48:18 +00:00
error handling added to flashplayer + cleanup
This commit is contained in:
@@ -16,8 +16,6 @@
|
||||
*/
|
||||
package com.jpexs.decompiler.flash.gui.timeline;
|
||||
|
||||
import com.jpexs.decompiler.flash.SWF;
|
||||
import com.jpexs.decompiler.flash.gui.View;
|
||||
import com.jpexs.decompiler.flash.timeline.DepthState;
|
||||
import com.jpexs.decompiler.flash.timeline.Timeline;
|
||||
import java.awt.Color;
|
||||
@@ -56,7 +54,7 @@ public class TimelineBodyPanel extends JPanel implements MouseListener {
|
||||
public static final int borderLinesLength = 2;
|
||||
public static final float fontSize = 10.0f;
|
||||
|
||||
private List<FrameSelectionListener> listeners = new ArrayList<>();
|
||||
private final List<FrameSelectionListener> listeners = new ArrayList<>();
|
||||
|
||||
public Point cursor = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user