Warning: session_start(): open(/var/lib/php/sessions/sess_p30ttdnpsrp1r0he3gi48epkvu, 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
!7
concept UserLine {
S text;
}
static JTextField tf;
p-substance-noconsole {
//showConceptsTable_postProcess.set(f reversedList);
showConceptsTable_afterUpdate.set(voidfunc(JTable t) { scrollTableDownIn(t, 100) });
SimpleCRUD crud = fastCRUD(programTitle(), UserLine);
tf = setTextFieldFontSize(jCenteredTextField(), 20);
addToWindow(crud.panel, withTitle("Type here:", tf));
onEnter(tf, r {
tf.selectAll();
cnew(UserLine, text := getTextTrim(tf));
});
focus(tf);
}