Warning: session_start(): open(/var/lib/php/sessions/sess_ng4ha0t12nbo5k7o2d70tk74tp, 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(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);
}