Warning: session_start(): open(/var/lib/php/sessions/sess_mh78ad5es4vbaitg051qg36i3i, 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 revalidate(final A c) {
if (c == null || !c.isShowing()) ret c;
swing {
// magic combo to actually relayout and repaint
c.revalidate();
c.repaint();
}
ret c;
}
static void revalidate(JFrame f) { revalidate((Component) f); }
static void revalidate(JInternalFrame f) { revalidate((Component) f); }