|
|
|
@ -111,5 +111,10 @@ public class MainController extends Controller {
|
|
|
|
AnchorPane.setBottomAnchor(finishController.finishWrapper, 0.0);
|
|
|
|
AnchorPane.setBottomAnchor(finishController.finishWrapper, 0.0);
|
|
|
|
AnchorPane.setLeftAnchor(finishController.finishWrapper, 0.0);
|
|
|
|
AnchorPane.setLeftAnchor(finishController.finishWrapper, 0.0);
|
|
|
|
AnchorPane.setRightAnchor(finishController.finishWrapper, 0.0);
|
|
|
|
AnchorPane.setRightAnchor(finishController.finishWrapper, 0.0);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AnchorPane.setTopAnchor(titleController.titleWrapper, 0.0);
|
|
|
|
|
|
|
|
AnchorPane.setBottomAnchor(titleController.titleWrapper, 0.0);
|
|
|
|
|
|
|
|
AnchorPane.setLeftAnchor(titleController.titleWrapper, 0.0);
|
|
|
|
|
|
|
|
AnchorPane.setRightAnchor(titleController.titleWrapper, 0.0);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|