Warning: session_start(): open(/var/lib/php/sessions/sess_njt3ae6u7kd31rjsidmm4mhls0, 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
sO object;
sS text;
static JTextArea taObject;
static JTextField tfCmd;
p-substance {
object = 5;
text = struct(object);
taObject = wrappedTextArea(text);
tfCmd = jtextfield("ocipgkzuhonmxyxp plus1");
showFrame(
centerAndSouth(taObject,
withLabel("Command:", textFieldWithButton("Go", tfCmd))));
onEnter(tfCmd, f go);
}
svoid go {
final Lisp cmd = clParse(getTextTrim(tfCmd));
thread {
if (cmd.is("ocipgkzuhonmxyxp", 1))
setObject(makeAndCall_cached(cmd.raw(0), object);
}
}
svoid setObject(fO o) swing {
object = o;
try {
text = struct(o);
} catch e {
text = getStackTrace(e);
}
taObject.setText(text);
}