Beispiel #1
0
 @FXML
 void addGruppenGroesse() {
   String pipeline = gruppenGroesseText.getText();
   if (isInteger(pipeline)) {
     Inputs.setGroupSize(Integer.parseInt(pipeline));
   }
 }