Warning: session_start(): open(/var/lib/php/sessions/sess_8r5a3e7e4lcpoqumiu0plgik8o, 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 JComponent vscrollingCenteredLine_noGaps(Component... components) {
//ret new CenteredLine(components);
ret jscroll_vertical_borderless(jpanel(new VScrollingWrapLayout().centeredHorizontally(true), components));
}
static JComponent vscrollingCenteredLine_noGaps(L extends Component> components) {
ret vscrollingCenteredLine_noGaps(asArray(Component.class, components));
}