Merge branch 'main' of https://git.bib.de/DopplerEffekt/VPR-Projekt-JavaFX
This commit is contained in:
commit
b9ccf98bf6
@ -386,7 +386,7 @@ public class HelloController {
|
||||
|
||||
|
||||
@FXML
|
||||
protected void getLabelValueWithRadio(ActionEvent event)
|
||||
protected ArrayList<String> getLabelValueWithRadio(ActionEvent event)
|
||||
{
|
||||
chosenMeals = new ArrayList<>();
|
||||
String mainDish;
|
||||
@ -456,6 +456,8 @@ public class HelloController {
|
||||
Alert alert = new Alert(Alert.AlertType.INFORMATION);
|
||||
alert.setContentText(chosenMeals.toString());
|
||||
alert.show();
|
||||
|
||||
return chosenMeals;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user