Warning: session_start(): open(/var/lib/php/sessions/sess_ic83amsqflh4c1ivaaklufuutl, 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
please include function moveToBottomRightCorner.
static JFrame showFrameInBottomRightCorner(Component c, int width, int height) {
JFrame frame = makeFrame(defaultFrameTitle(), c, false);
swing {
Rectangle r = maxWindowBounds();
frame.setLocation(
r.x+r.width-width-moveToBottomRightCorner_insetX,
r.y+r.height-height-moveToBottomRightCorner_insetY);
frame.setVisible(true);
}
ret frame;
}