static void titleStatus(Component c, S status) { if (getFrame(c) == null) ret; S s = getFrameTitle(c); S sep = " - "; setFrameTitle(c, replaceLeader(status, sep, s)); }