parent
51f6444e86
commit
fe110224fa
Binary file not shown.
Binary file not shown.
@ -1,32 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<?import java.lang.*?>
|
||||
<?import java.util.*?>
|
||||
<?import javafx.scene.*?>
|
||||
<?import javafx.scene.control.*?>
|
||||
<?import javafx.scene.layout.*?>
|
||||
|
||||
<BorderPane xmlns="http://javafx.com/javafx"
|
||||
xmlns:fx="http://javafx.com/fxml"
|
||||
fx:controller="view.MainWindow">
|
||||
|
||||
<center>
|
||||
<VBox>
|
||||
<!-- drop down menu (choose category)-->
|
||||
<ListView fx:id="productsVMLV"/>
|
||||
<Button onAction="#addGarment" text="Add garment"/>
|
||||
<Button onAction="#addPerfume" text="Add perfume"/>
|
||||
<Button onAction="#removeProduct" text="Remove product"/>
|
||||
</VBox>
|
||||
</center>
|
||||
<right>
|
||||
<VBox>
|
||||
<Label text="name"/>
|
||||
<TextField fx:id="nameTF"/>
|
||||
<Label text="price"/>
|
||||
<TextField fx:id="priceTF"/>
|
||||
<HBox fx:id="detailHBox"/>
|
||||
</VBox>
|
||||
</right>
|
||||
|
||||
</BorderPane>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue