Warning: session_start(): open(/var/lib/php/sessions/sess_c0pa51golgut6mbu5vfioakahf, 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 A internalFrameTitle(A c, fS title) {
final JInternalFrame f = getInternalFrame(c);
if (f != null) swing {
f.setTitle(unnull(title));
toolTip(getInternalFrameTitlePaneComponent(f), f);
}
ret c;
}
static A internalFrameTitle(S title, A c) {
ret internalFrameTitle(c, title);
}
static S internalFrameTitle(Component c) {
final JInternalFrame f = getInternalFrame(c);
ret f == null ? null : swing(func -> S { f.getTitle() });
}