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