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