remove quick simulation
This commit is contained in:
parent
69db8aeda9
commit
04540a0d05
@ -107,10 +107,10 @@ public class CellPanel extends javax.swing.JPanel implements ActionListener, Cha
|
||||
//g.setColor(t.getColor());
|
||||
g.fillOval(t.getX(), t.getY(), 50, 50);
|
||||
} else*/
|
||||
if (draw || cells.size() > 10000000) {
|
||||
//if (draw || cells.size() > 10000000) {
|
||||
g.drawImage(t.getImage(), t.getX(), t.getY(), this);
|
||||
swingTimer.stop();
|
||||
}
|
||||
//swingTimer.stop();
|
||||
//}
|
||||
}
|
||||
|
||||
jLabel1.setText("Delay: " + delay + "ms. Hours since start: " + count + ". Cell Count: " + cells.size());
|
||||
|
Loading…
x
Reference in New Issue
Block a user