This provides a utility for setting the 'name' property on any java.awt.Component in the hierarchy of a specified Container. The main use-case of this utility is when dealing with third-party / closed-source UI libraries which have unnamed or unsuitably-named components (e.g. when the same 'name' has been set on multiple Components.
This provides a utility for setting the 'name' property on any java.awt.Component in the hierarchy of a specified Container. The main use-case of this utility is when dealing with third-party / closed-source UI libraries which have unnamed or unsuitably-named components (e.g. when the same 'name' has been set on multiple Components.