I have a Vbox object, and I want to insert inside 4 "radio buttons" and beside each one of them a "TextField".
It suppose to look like the first picture:
The thing is, I want to do this with code and not through SceneBuilder.
I'm just struggling with how to insert objects inside Vbox..
I've created 4 TextField in size of(Vbox.Wideth - 50, Vbox.Height) ) (I'll leave 50 of width for the radio button)
But I don't know how to insert the textField inside the Vbox
Need help, thank you!