Warning: session_start(): open(/var/lib/php/sessions/sess_tqpim457ijjb239dcoh2a9c3fq, 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
static JTextField tf;
static SingleComponentPanel scp;
static ImageSurface is;
p-substance {
showFrame(northAndCenter(tf = setTextFieldFontSize(jCenteredTextField(), 20), scp = new SingleComponentPanel));
onEnter(tf, r-thread {
selectAll(tf);
loading {
final S text = getTextTrim(tf);
final BufferedImage img = quickVisualize(text);
awt {
scp.setComponent(centerAndSouth(
jscroll_centered(is = new ImageSurface(img)),
jcenteredBoldLabel(text));
awt { is.zoomToWindow(); }
}
}
});
hideConsole();
}