added finish message

This commit is contained in:
nora 2020-11-18 16:43:04 +01:00
parent 36384cd7bc
commit eb71992b08
3 changed files with 41 additions and 26 deletions

View file

@ -24,7 +24,7 @@ public class Controller {
}
public void startCalculation(ActionEvent actionEvent) {
MandelbrotSet m = new MandelbrotSet(2, 3, 3, 10);
MandelbrotSet m = new MandelbrotSet(2, 2, 3, 10);
m.startMandelbrot();
}
}