Archived
0

implement illegal commodity visualisation

This commit is contained in:
iMoHax
2016-03-14 14:15:35 +03:00
parent 2eef6db53b
commit 01fc65ec94
14 changed files with 270 additions and 9 deletions

View File

@@ -67,6 +67,7 @@
<panes>
<TitledPane fx:id="paneSells" animated="false" text="%offers.pane.sell">
<TableView fx:id="tblSell" editable="true">
<rowFactory><OfferDecoratedRow /></rowFactory>
<columns>
<TableColumn minWidth="230.0" text="%market.item.name">
<cellValueFactory><PropertyValueFactory property="name"/></cellValueFactory>
@@ -115,6 +116,7 @@
</TitledPane>
<TitledPane animated="false" text="%offers.pane.buy">
<TableView fx:id="tblBuy" editable="true">
<rowFactory><OfferDecoratedRow /></rowFactory>
<columns>
<TableColumn minWidth="230.0" text="%market.item.name">
<cellValueFactory><PropertyValueFactory property="name"/></cellValueFactory>