Added random name generator until players can chose how to identify themselves.

This commit is contained in:
Calum
2017-07-26 15:52:02 +12:00
parent 12d081a1af
commit 84e8ac89fc
2 changed files with 7 additions and 2 deletions
@@ -135,6 +135,7 @@ public class ImportantAnnotationController implements Initializable {
boatEstTimeToNextMarkSelect.isSelected()));
boatElapsedTimeSelect.setOnAction(
event -> setAnnotation(Annotation.LEGTIME, boatElapsedTimeSelect.isSelected()));
// TODO: 26/07/17 cir27 - Create a more robust fix for this when the annotation for the game are decided upon.
boatEstTimeToNextMarkSelect.setVisible(false);
boatEstTimeToNextMarkSelect.setDisable(true);
boatElapsedTimeSelect.setVisible(false);