Warning: session_start(): open(/var/lib/php/sessions/sess_6vo0j7cpu76ksbt0h9l23e7cm9, 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 showForm_defaultGap = 4;
static int showForm_gapBetweenColumns = 10;
static JPanel showFormTitled(fS title, fO... _parts) {
JDesktopPane desktop = mainDesktopPane();
if (desktop != null) ret showInternalFrameFormTitled(desktop, title, _parts);
ret swing(func -> JPanel {7
JPanel panel = showForm_makePanel(false, _parts);
showForm_makeFrame(title, panel);
ret panel;
});
}
static JPanel showForm_makePanel(Bool internalFrame, O... _parts) {
L out = showForm_arrange1(showForm_makeComponents(internalFrame, _parts));
ret vstackWithSpacing(out, showForm_defaultGap);
}