move current route to profile model. Autochange current entry if change starsystem/station
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<HBox><Label text="Станция:" /><Label fx:id="station" /></HBox>
|
||||
<HBox><Label text="Время:" /><Label fx:id="time" /></HBox>
|
||||
<HBox><Label text="Заправить:" /><Label fx:id="refuel" /></HBox>
|
||||
<HBox maxHeight="200">
|
||||
<HBox maxHeight="100">
|
||||
<VBox>
|
||||
<Label text="Продать:" />
|
||||
<ListView fx:id="sellOrders"/>
|
||||
@@ -24,10 +24,20 @@
|
||||
<ListView fx:id="buyOrders"/>
|
||||
</VBox>
|
||||
</HBox>
|
||||
<VBox>
|
||||
<VBox maxHeight="100">
|
||||
<Label text="Сдать миссии:" />
|
||||
<ListView fx:id="missions"/>
|
||||
</VBox>
|
||||
<HBox>
|
||||
<VBox maxHeight="100">
|
||||
<Label text="Станции:" />
|
||||
<ListView fx:id="stations"/>
|
||||
</VBox>
|
||||
<VBox maxHeight="100">
|
||||
<Label text="Товары:" />
|
||||
<ListView fx:id="sellOffers"/>
|
||||
</VBox>
|
||||
</HBox>
|
||||
<HBox>
|
||||
<Button prefWidth="30" onAction="#previous">
|
||||
<graphic><Glyph text="FontAwesome|ARROW_LEFT"/></graphic>
|
||||
|
||||
Reference in New Issue
Block a user