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;
static Q q;
p-substance-thread {
final S word = randomEnglishWord();
swing {
q = new Q(true);
showFrame(northAndCenter(tf = setTextFieldFontSize(jCenteredTextField(word), 20), scp = new SingleComponentPanel));
onEnterAndNow(tf, r {
selectAll(tf);
final S text = getTextTrim(tf);
q.add(r {
loading {
final BufferedImage img = quickVisualize(text);
awt {
JLabel lbl = jcenteredlabel(text);
lbl.setFont(sansSerifBold(20));
scp.setComponent(centerAndSouth(
jscroll_centered(is = new ImageSurface(img)),
lbl);
awt { is.zoomToWindow(); }
}
}
});
});
hideConsole();
}
}