static L allWindowsNotFrames() { ret filter(Window.getWindows(), w -> !w instanceof Frame); }