Global Variables overwritten in a loop
Hello, I create windows in a loop following columns. For example, in the JSL example below, I create a window with the distribution and a button that temporarily hides the window for each column (Age, Weight). The problem is that as my loop progresses, my object variables are overwritten by the last window. For example, in the age window generated by the example, clicking on the button is supposed...