Skip to content

Commit

Permalink
initial params window removed
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrMakarewicz committed Dec 20, 2020
1 parent 5f29f00 commit 305f6d2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 106 deletions.
70 changes: 0 additions & 70 deletions src/sample/InitialParamsWindowController.java

This file was deleted.

10 changes: 0 additions & 10 deletions src/sample/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,7 @@ public class Main extends Application {

@Override
public void start(Stage stage) throws Exception{
FXMLLoader loader = new FXMLLoader(getClass().getResource("initialParamsWindow.fxml"));
Parent root = loader.load();
stage.setTitle("Evolution Simulator");
stage.setScene(new Scene(root));
stage.setResizable(false);
stage.show();
InitialParamsWindowController controller = loader.getController();
Button startButton = controller.getStartSimulationButton();
startButton.addEventHandler(ActionEvent.ACTION,e -> {

});
}


Expand Down
26 changes: 0 additions & 26 deletions src/sample/initialParamsWindow.fxml

This file was deleted.

0 comments on commit 305f6d2

Please sign in to comment.