In the program, when the window is opened, the following objects are initialized: the parent and its heirs. At the parent during initialization, a certain field is filled, which is necessary for the work of the heirs.
- Is it possible to intercept the field at all, if it seems like the objects have already been initialized?
- How can I solve this problem? (P.S. I think there will be options with "output a block of code to a method" - yes, I tried to do this, but it does not work out right away (someone else's class)).