static bool isActiveFrame(Component c) { JFrame f = getFrame(c); ret f != null && f.isFocused(); }