1 Commits
Author SHA1 Message Date
Yorick 5d0ae9ca98 final commit 2015-04-09 09:29:13 +02:00
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)); addMouseWheelListener(new MouseWheel(this));
addFocusListener(new WindowFocusListener(this)); addFocusListener(new WindowFocusListener(this));
t = new Timer(1000 / 5000, this); t = new Timer(1000/60, this);
} }
public int getPanelInfoLength() public int getPanelInfoLength()
+2 -2
View File
@@ -371,8 +371,8 @@ public class Visitor
@SuppressWarnings("static-access") @SuppressWarnings("static-access")
public void fillActions() public void fillActions()
{ {
int startTime = 840; int startTime = 540;
int stopTime = 1440; int stopTime = 1260;
while (startTime < stopTime) while (startTime < stopTime)
{ {