WOOOOOOOOOOOOOOOOOOOO

This commit is contained in:
Yorick
2015-04-08 20:31:18 +02:00
parent bdcc40f00f
commit 8167fec369
3 changed files with 44 additions and 28 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ public class Panel extends JPanel implements ActionListener
addMouseWheelListener(new MouseWheel(this));
addFocusListener(new WindowFocusListener(this));
t = new Timer(1000 / 100, this);
t = new Timer(1000 / 10, this);
}
public int getPanelInfoLength()