Warning: session_start(): open(/var/lib/php/sessions/sess_gndaqjg0i1pf5o48tes74mkmd2, 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 JWindow showAnim(File imageFile) { ret showAnimationInTopRightCorner(loadBufferedImagePossiblyFixingGIFs(imageFile), ""); } static JWindow showAnim(S imageID, double seconds) { ret showAnimationInTopRightCorner(imageID, seconds); } static JWindow showAnim(S imageID) { ret showAnimationInTopRightCorner(imageID); } static JWindow showAnim(S imageID, S text) { ret showAnimationInTopRightCorner(imageID, text); } static JWindow showAnim(S imageID, S text, double seconds) { ret showAnimationInTopRightCorner(imageID, text, seconds); } static JWindow showAnim(BufferedImage image, S text) { ret showAnimationInTopRightCorner(image, text); } static JWindow showAnim(BufferedImage image, S text, double seconds) { ret showAnimationInTopRightCorner(image, text, seconds); }