static bool mouseInInternalFrames(Component... components) { for (Component c : components) if (mouseInInternalFrame(c)) true; false; }