can't die yet

This commit is contained in:
Patrick 2025-01-12 22:43:58 +01:00
parent 15468735cd
commit 9b6da5ba23
6 changed files with 2 additions and 3 deletions

View file

@ -88,4 +88,5 @@ public class CartController {
} catch (IOException e) {
e.printStackTrace();
}
}
}

View file

@ -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 {

View file

@ -1,6 +1,6 @@
package com.example;
public static class Item {
public class Item {
private String name;
private String description;
private int quantity;