added @override to initializeComponents
This commit is contained in:
parent
c0be17e0b0
commit
342c10bcdb
1 changed files with 1 additions and 0 deletions
|
|
@ -88,6 +88,7 @@ public class FoodpalApplicationCtrl implements LocaleAware {
|
||||||
this.localeManager = localeManager;
|
this.localeManager = localeManager;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public void initializeComponents() {
|
public void initializeComponents() {
|
||||||
// Show recipe name in the list
|
// Show recipe name in the list
|
||||||
recipeList.setCellFactory(list -> new ListCell<>() {
|
recipeList.setCellFactory(list -> new ListCell<>() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue