mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-18 19:22:37 +00:00
organize imorts & code formatting
This commit is contained in:
@@ -980,7 +980,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
allSwfs.add(swf);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
for (int j = 0; j < allSwfs.size(); j++) {
|
||||
List<ScriptPack> as3scripts = new ArrayList<>();
|
||||
List<Tag> images = new ArrayList<>();
|
||||
@@ -1000,7 +1000,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
|
||||
if (!allSwfs.contains(selectedNodeSwf)) {
|
||||
allSwfs.add(selectedNodeSwf);
|
||||
}
|
||||
|
||||
|
||||
if (selectedNodeSwf != swf) {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user