final commit

This commit is contained in:
Yorick
2015-04-09 09:29:13 +02:00
parent 719d58aae9
commit 5d0ae9ca98
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ public class Panel extends JPanel implements ActionListener
addMouseWheelListener(new MouseWheel(this));
addFocusListener(new WindowFocusListener(this));
t = new Timer(1000 / 5000, this);
t = new Timer(1000/60, this);
}
public int getPanelInfoLength()