static S getFrameTitle(Component c) { JFrame f = getFrame(c); ret f == null ? null : f.getTitle(); }