Warning: session_start(): open(/var/lib/php/sessions/sess_p8j23tp4iisrtqb35d17ev5gjj, 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 int flatInfoBox_topRightCorner_x = 100;
static JWindow flatInfoBox_topRightCorner(S text) {
ret flatInfoBox_topRightCorner(text, flatInfoBox_defaultTime);
}
static JWindow flatInfoBox_topRightCorner(final S text, final double seconds) {
print(text);
ret flatInfoBox_topRightCorner_noprint(text, seconds);
}
static JWindow flatInfoBox_topRightCorner_noprint(S text) {
ret flatInfoBox_topRightCorner_noprint(text, flatInfoBox_defaultTime);
}
static JWindow flatInfoBox_topRightCorner_noprint(final S text, final double seconds) {
ret moveToTopRightCorner(flatInfoBox_topRightCorner_x, flatInfoBox_y, flatInfoBox_noprint(text, flatInfoBox_defaultTime));
}