mirror of
https://github.com/Noratrieb/mandelbrotGUI.git
synced 2026-01-14 23:35:04 +01:00
added finish message
This commit is contained in:
parent
36384cd7bc
commit
eb71992b08
3 changed files with 41 additions and 26 deletions
|
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue