corefx - moved mobility player to bottom, added mobility configuration to emane nodes

This commit is contained in:
Blake J. Harnden 2018-11-20 13:50:28 -08:00
parent bee94456e0
commit ac81b7c81a
4 changed files with 13 additions and 8 deletions

View file

@ -14,7 +14,7 @@
<children>
<BorderPane fx:id="borderPane" maxHeight="1.7976931348623157E308" maxWidth="1.7976931348623157E308" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0">
<top>
<VBox BorderPane.alignment="CENTER">
<VBox fx:id="top" BorderPane.alignment="CENTER">
<children>
<MenuBar>
<menus>
@ -70,6 +70,9 @@
</children>
</AnchorPane>
</center>
<bottom>
<VBox fx:id="bottom" spacing="5.0" BorderPane.alignment="CENTER" />
</bottom>
</BorderPane>
</children>
</StackPane>