final commit
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -371,8 +371,8 @@ public class Visitor
|
||||
@SuppressWarnings("static-access")
|
||||
public void fillActions()
|
||||
{
|
||||
int startTime = 840;
|
||||
int stopTime = 1440;
|
||||
int startTime = 540;
|
||||
int stopTime = 1260;
|
||||
|
||||
while (startTime < stopTime)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user