Warning: session_start(): open(/var/lib/php/sessions/sess_1in0kari8rqgo1a1bsfkeofhkc, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
static new WeakHashMap titleStatus_map;
static void titleStatus(Component c, O _status) {
S status = strOrEmpty(_status);
JFrame f = getFrame(c);
if (f == null) ret;
S sep = " - ";
S s = titleStatus_map.get(f);
if (s != null) s = empty(status) ? s : status + sep + s;
else s = replaceLeader(status, sep, getFrameTitle(f));
setFrameTitle(f, s);
}
static void titleStatus_setBaseTitle(Component c, S title) {
mapPut(titleStatus_map, getFrame(c), title);
}