mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:50:47 +00:00
avoid throwing EmptyStackExceptions in as2 deobfuscation
This commit is contained in:
@@ -40,8 +40,6 @@ public class JRepeatButton extends JButton {
|
||||
public JRepeatButton(String text, ImageIcon icon) {
|
||||
super(text, icon);
|
||||
addMouseListener(new MouseAdapter() {
|
||||
int counter = 0;
|
||||
|
||||
ScheduledFuture<?> future;
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user