small fixes
This commit is contained in:
parent
ebd896cbee
commit
d0a61aadd8
2 changed files with 1 additions and 2 deletions
|
|
@ -107,7 +107,7 @@ public class MainCtrl implements LocaleAware {
|
|||
});
|
||||
}
|
||||
|
||||
public void showFoodpal() throws IOException, InterruptedException {
|
||||
public void showFoodpal() {
|
||||
primaryStage.setTitle("FoodPal");
|
||||
primaryStage.setScene(foodpal);
|
||||
foodpalCtrl.refresh();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue