help me lord
This commit is contained in:
parent
6590e28ce7
commit
34c39349c3
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue