static bool hasActiveFrameInVM() { for (JFrame f : allFrames()) if (isActiveFrame(f)) true; false; }