How can I get the component/container structure of an open Window?
Created May 4, 2012
John Zukowski
Programmatically, you can call the list() method of Component/Container. You can also press CTRL-SHIFT-F1 while the window has the input focus and the structure will be dumped to standard output (System.out).