static bool isInIconifiedFrame(Component c) { Frame f = getAWTFrame(c); ret f != null && f.getState() == Frame.ICONIFIED; }