What’s the proper way to set which component has focus after the constructor has completed. I know it cannot be set in the constructor, since something changes the focus after construction is complete and the window is made visible (ie at the start of any program the top level window has initial focus).
There must be some easy way to change this?