help me lord

This commit is contained in:
Sage The DM 2025-01-13 19:10:22 +01:00
parent 6590e28ce7
commit 34c39349c3
2 changed files with 2 additions and 2 deletions
Code/ost/JAVA-FX-PROJECT/_javafx_website_task
src/main/java/com/example
target/classes/com/example

View file

@ -44,8 +44,8 @@ public class CartController {
private final ObservableList<Item> cartItems = FXCollections.observableArrayList(); private final ObservableList<Item> cartItems = FXCollections.observableArrayList();
@FXML @FXML
void handleTitleClick(MouseEvent event) { void handleTitleClick(MouseEvent event) throws IOException {
App.setRoot("shop");
} }
@FXML @FXML