mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 17:46:16 +00:00
more AS2 deobfuscation fixes & cleanup
This commit is contained in:
@@ -51,7 +51,7 @@ public class TextPanel extends JPanel implements ActionListener {
|
||||
super(new BorderLayout());
|
||||
|
||||
DefaultSyntaxKit.initKit();
|
||||
|
||||
|
||||
this.mainPanel = mainPanel;
|
||||
textSearchPanel = new SearchPanel<>(new FlowLayout(), mainPanel);
|
||||
add(textSearchPanel, BorderLayout.NORTH);
|
||||
|
||||
Reference in New Issue
Block a user