Alain Leblanc
11/23/2020, 1:14 AMvbox
class has a method named getChildList() which returns a mutable list of the element in the vbox. You can remove and add to this lists using removeAt(i)
and add (i, NewContent)
. In your case i
is likely to be 1, but you may have to experiment a bit. Print out the contents of the different element as you're testing to figure out exactly what you need to modify.Nicola
11/23/2020, 1:37 AMAlain Leblanc
11/23/2020, 1:45 AMNicola
11/23/2020, 2:07 AMSamkeene
11/24/2020, 2:42 PMNicola
11/24/2020, 3:49 PMSamkeene
11/24/2020, 4:01 PMNicola
11/24/2020, 4:07 PM