On the given Java UI container (like eg Window) a Swing object will be searched. It will be searched after the given pattern - iterating layer after layer starting from the given container.
Parameters:- Result variable name - String expression - Name of the variable, where the result Swing object will be stored,
- Java UI container - Object expression - The pointer to Java (Swing) object - the container over that the search should be performed.
krzys2017-02-06