i really wanted to see that push bar again nice theme

This commit is contained in:
nora 2020-11-16 21:53:31 +01:00
parent c51255f381
commit 2234919b69
2 changed files with 1 additions and 0 deletions

View file

@ -15,6 +15,7 @@ public class Main extends Application {
primaryStage.setTitle("Mandelbrot");
primaryStage.setScene(new Scene(root, 1800, 900));
primaryStage.show();
}