I am writing a program to generate a log file using javafx fxml. Is it possible to generate a group of text fields that are associated by instrument. Example: Model: Sn: Tg: Gas:
I need to gather this information for each instrument but some places have 5 units some only have 1. I am looking to have the fields generate from user input for how many they need. Is this something I can do?