@Override annotation

This commit is contained in:
Jindra Pet��k
2013-03-24 10:18:04 +01:00
parent c2d8db8228
commit 77e25529b5
99 changed files with 286 additions and 0 deletions
@@ -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();