mirror of
https://github.com/Noratrieb/mandelbrotGUI.git
synced 2026-01-14 23:35:04 +01:00
optimizations etc
This commit is contained in:
parent
64dc682257
commit
36384cd7bc
7 changed files with 9 additions and 31 deletions
|
|
@ -24,7 +24,7 @@ public class Controller {
|
|||
}
|
||||
|
||||
public void startCalculation(ActionEvent actionEvent) {
|
||||
MandelbrotSet m = new MandelbrotSet(2, 1, 3, 1);
|
||||
MandelbrotSet m = new MandelbrotSet(2, 3, 3, 10);
|
||||
m.startMandelbrot();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue