How would I go about duplicating a HBox I have and its children?
I have a Scroll Pane -> VBox -> HBox in this hierarchy. The HBox contains an ImageLabel, 3 labels and an anchor pane that has a button inside of it.
I tried asking ChatGPT but it seems unrealistically overcomplicated for something as simple as this, I want to duplicate the HBox for the simple purpose of adding items to a list.