Archived
0

route edit prototype

This commit is contained in:
iMoHax
2015-11-06 16:44:08 +03:00
parent 36f9a34aa5
commit 24c0fb055e
6 changed files with 104 additions and 2 deletions

View File

@@ -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>