Archived
0

modify track node

This commit is contained in:
iMoHax
2015-11-10 17:06:07 +03:00
parent d3fe01c92d
commit 9c6c04b3fb
8 changed files with 141 additions and 50 deletions

View File

@@ -46,17 +46,19 @@
</VBox>
</StackPane>
</VBox>
<VBox>
<VBox fx:id="track" minWidth="200"/>
<ScrollPane minWidth="220" fitToHeight="true">
<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>
<AnchorPane fx:id="track"/>
<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>
</VBox>
</ScrollPane>
</HBox>