Warning: session_start(): open(/var/lib/php/sessions/sess_vrt3p9goa04ueb6ovpblb5i1jf, 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 jCenteredSection_fontSizePlus(int fontPlus, Component etc c) {
ret jCenteredSection_fontSizePlus(fontPlus, "", c);
}
static JPanel jCenteredSection_fontSizePlus(int fontPlus, S title, Component etc c) {
ret swing(() -> {
JPanel p = jCenteredSection(title, c);
TitledBorder border = cast p.getBorder();
Font font = border.getTitleFont();
border.setTitleFont(font.deriveFont(font.getSize2D()+fontPlus));
ret p;
});
}
static JPanel jCenteredSection_fontSizePlus(int fontPlus, S title) {
ret jCenteredSection_fontSizePlus(fontPlus, title, jpanel());
}