jvaudry,
Thank you.
"SwingUtilities.getAncestorNamed(String name, Component comp)" relies on having a child to search above which I don't have. I only have a name for the component I need to fetch.
Also, I had previously wrote a method to search each frame in the hierarchy using getComponents(), but I was just curious if there is an already available method for this. Something like:
Component c = SwingUtilities.getObject(String name);