Warning: session_start(): open(/var/lib/php/sessions/sess_irvpmq3lpoc102q2680uh3kgsa, 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 S lineAtMouse() {
ret swing(func -> S {
Component c = (Component) componentAtMouse_gen();
if (c instanceof JLabel)
ret getText((JLabel) c);
if (c instanceof JTextComponent) {
JTextComponent tc = cast c;
Point d = mouseToComponent(c);
int idx = tc.viewToModel(d);
S text = tc.getText();
ret lineAroundIndex(text, idx);
}
ret "";
});
}