Added boat wakes back to the visualiser

#story[923]
This commit is contained in:
Michael Rausch
2017-05-19 16:57:29 +12:00
parent a2123df0c5
commit aaf2e6a3f0
5 changed files with 108 additions and 49 deletions
@@ -105,7 +105,7 @@ public class RaceViewController extends Thread implements ImportantAnnotationDel
// Load FXML and set CSS
fxmlLoader
.setLocation(getClass().getResource("/views/importantAnnotationSelectView.fxml"));
Scene scene = new Scene(fxmlLoader.load(), 469, 248);
Scene scene = new Scene(fxmlLoader.load(), 469, 298);
scene.getStylesheets().add(getClass().getResource("/css/master.css").toString());
stage.initStyle(StageStyle.UNDECORATED);