In other programming languages (namely Java), I have previously created a Window in one class, and then had different classes return tabs to add to the Window, so that when parts of the window needed to updated, objects didn't have to be passed to one main class to update the controls.In other programming languages (namely Java), I