changing branches

This commit is contained in:
2020-08-21 18:34:55 +02:00
parent 8b8e5f6c92
commit 79ed58e6d6
4 changed files with 0 additions and 1 deletions

View File

@@ -80,7 +80,6 @@ public class Panel extends JPanel implements ActionListener {
protected void done() {
super.done();
times++;
isFinished = true;
System.out.println(times);
}
};