Help me FATHER
This commit is contained in:
parent
b9fcff496c
commit
ee44560575
7 changed files with 7 additions and 15 deletions
Binary file not shown.
Binary file not shown.
|
@ -41,7 +41,7 @@
|
|||
<Insets />
|
||||
</BorderPane.margin>
|
||||
<children>
|
||||
<Button fx:id="btnCheckOut" mnemonicParsing="false" styleClass="btnCheckOut" text="Check out" GridPane.rowIndex="2" />
|
||||
<Button fx:id="btnCheckOut" mnemonicParsing="false" onMouseClicked="#handleCheckOutButton" styleClass="btnCheckOut" text="Check out" GridPane.rowIndex="2" />
|
||||
<Label fx:id="cartTitle" styleClass="cartTitle" text="Your cart" />
|
||||
<TableView fx:id="cartContent" prefHeight="0.0" prefWidth="364.0" GridPane.rowIndex="1">
|
||||
<columns>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue