can't die yet
This commit is contained in:
parent
15468735cd
commit
9b6da5ba23
6 changed files with 2 additions and 3 deletions
|
@ -88,4 +88,5 @@ public class CartController {
|
|||
} catch (IOException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,8 +3,6 @@ package com.example;
|
|||
import javafx.event.ActionEvent;
|
||||
import javafx.fxml.FXML;
|
||||
import javafx.scene.control.*;
|
||||
import javafx.scene.layout.HBox;
|
||||
import javafx.scene.layout.VBox;
|
||||
|
||||
public class CheckOutController {
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
package com.example;
|
||||
|
||||
public static class Item {
|
||||
public class Item {
|
||||
private String name;
|
||||
private String description;
|
||||
private int quantity;
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue