Warning: session_start(): open(/var/lib/php/sessions/sess_rsvi4nmkef69f5arp1689ti3f9, 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 JInternalFrame getInternalFrame(fO _o) {
ret _o == null ? null : swing(func -> JInternalFrame {
O o = _o;
if (o instanceof ButtonGroup) o = first(buttonsInGroup((ButtonGroup) o));
if (!(o instanceof Component)) null;
Component c = (Component) o;
while (c != null) {
if (c instanceof JInternalFrame) return (JInternalFrame) c;
c = c.getParent();
}
null;
});
}