Warning: session_start(): open(/var/lib/php/sessions/sess_trlhq1qnfabmifj2gg1dljbinj, 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 JLabel lambda0Like jLabelShortCalcedEvery(IF0 calc, double interval) {
JLabel label = jSimpleLabel();
if (calc != null) awtEveryAndNow(label, interval, -> {
pcall {
O o = calc!;
S toolTip, text;
if (o cast WithToolTip) {
toolTip = o.toolTip();
text = str(o!);
} else {
text = toolTip = str(o);
}
setToolTip(label, toolTip);
label.setText(text);
}
});
ret label;
}
static JLabel lambda0Like jLabelShortCalcedEvery(double interval, IF0 calc) {
ret jLabelShortCalcedEvery(calc, interval);
}