static Set allAWTComponents_extraList = weakHashSet(); static L allAWTComponents() { if (headless()) ret emptyList(); ret swing(func -> L { flattenList2( map allChildren(allWindows()), cloneList(allAWTComponents_extraList), // now illegal: // callOpt(SwingUtilities.class, 'getSharedOwnerFrame) ) }); }