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