added pop up view ingredients + warnings for delete
This commit is contained in:
parent
1c9ffb9d13
commit
9aae8f918f
9 changed files with 574 additions and 17 deletions
|
|
@ -26,4 +26,8 @@ public class UI extends Application {
|
|||
var mainCtrl = INJECTOR.getInstance(MainCtrl.class);
|
||||
mainCtrl.setup(primaryStage, foodpal);
|
||||
}
|
||||
|
||||
public static MyFXML getFXML() {
|
||||
return FXML;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue