Warning: session_start(): open(/var/lib/php/sessions/sess_80cdd4osh9bpml8sc6esp64pfo, 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 jAnimationjAnimation_liveValueText(S imageID) {
ret jAnimation(imageID, "");
}
static JLabel jAnimationjAnimation_liveValueText(fS imageID, final LiveValue text) {
ret swing(func -> JLabel {
JLabel label = new SmoothLabel(imageIcon(imageID));
label.setText(strOrNull(text!));
bindJLabelToLiveValue(label, text);
label.setVerticalTextPosition(SwingConstants.BOTTOM);
label.setHorizontalTextPosition(SwingConstants.CENTER);
ret label;
});
}