mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-24 20:45:33 +00:00
organize imports
This commit is contained in:
@@ -99,7 +99,7 @@ public class ActionPanel extends JPanel implements ActionListener {
|
||||
private boolean ignoreCarret = false;
|
||||
private boolean editMode = false;
|
||||
private boolean editDecompiledMode = false;
|
||||
private List<com.jpexs.decompiler.flash.action.Action> lastCode;
|
||||
private List<Action> lastCode;
|
||||
private ASMSource src;
|
||||
public JPanel topButtonsPan;
|
||||
private String srcWithHex;
|
||||
|
||||
Reference in New Issue
Block a user