I have a form with several CheckBoxs, which I named c1, c2, c3, c4, c5 ... up to c66. So:
@FXML
private CheckBox c1;
@FXML
private CheckBox c2;
.
.
.
@FXML
private CheckBox c66;
Now I want to make an org.bson.Document to put all fields with...
asked by
15.09.2017 / 01:19