mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 14:31:16 +00:00
@Override annotation
This commit is contained in:
@@ -46,6 +46,7 @@ public class LoadingPanel extends JPanel {
|
||||
animationImage = icon.getImage();
|
||||
java.util.Timer timer = new java.util.Timer();
|
||||
timer.schedule(new java.util.TimerTask() {
|
||||
@Override
|
||||
public void run() {
|
||||
pos = (pos + 1) % 12;
|
||||
repaint();
|
||||
|
||||
Reference in New Issue
Block a user