Warning: session_start(): open(/var/lib/php/sessions/sess_8tonats8lnvrvog7u3h59a8cri, 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
import javax.swing.border.TitledBorder;
static JPanel centerSection(JPanel section) {
if (section != null) swing {
Border border = section.getBorder();
if (border cast TitledBorder)
border.setTitleJustification(TitledBorder.CENTER);
}
ret section;
}