route edit prototype
This commit is contained in:
@@ -46,6 +46,17 @@
|
||||
</VBox>
|
||||
</StackPane>
|
||||
</VBox>
|
||||
<VBox fx:id="track" minWidth="200"/>
|
||||
<VBox>
|
||||
<VBox fx:id="track" minWidth="200"/>
|
||||
<VBox>
|
||||
<HBox><TextField fx:id="newEntrySystemText"/></HBox>
|
||||
<HBox><ComboBox fx:id="newEntryStation"/></HBox>
|
||||
<HBox>
|
||||
<Button onAction="#addEntry"><graphic><Glyph text="FontAwesome|PLUS"/></graphic></Button>
|
||||
<Button onAction="#setActive"><graphic><Glyph text="FontAwesome|MAP_MARKER"/></graphic></Button>
|
||||
<Button onAction="#clear"><graphic><Glyph text="FontAwesome|TRASH"/></graphic></Button>
|
||||
</HBox>
|
||||
</VBox>
|
||||
</VBox>
|
||||
|
||||
</HBox>
|
||||
|
||||
Reference in New Issue
Block a user