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
|
@FXML
|
||||||
protected void getLabelValueWithRadio(ActionEvent event)
|
protected ArrayList<String> getLabelValueWithRadio(ActionEvent event)
|
||||||
{
|
{
|
||||||
chosenMeals = new ArrayList<>();
|
chosenMeals = new ArrayList<>();
|
||||||
String mainDish;
|
String mainDish;
|
||||||
@ -456,6 +456,8 @@ public class HelloController {
|
|||||||
Alert alert = new Alert(Alert.AlertType.INFORMATION);
|
Alert alert = new Alert(Alert.AlertType.INFORMATION);
|
||||||
alert.setContentText(chosenMeals.toString());
|
alert.setContentText(chosenMeals.toString());
|
||||||
alert.show();
|
alert.show();
|
||||||
|
|
||||||
|
return chosenMeals;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user