Warning: session_start(): open(/var/lib/php/sessions/sess_p94l2t1fr1prileill1h0ck6e5, 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
import javax.swing.border.*;
sclass jCenteredLiveValueSection_class extends SingleComponentPanel {
LiveValue liveValue;
S getTitle() { ret liveValue!; }
*(LiveValue lv, Component c) {
super(c);
bindLiveValueListenerToComponent(this, liveValue = lv, r-awt {
setBorder(BorderFactory.createTitledBorder(
BorderFactory.createBevelBorder(BevelBorder.LOWERED), liveValue!));
centerSection(jCenteredLiveValueSection_class.this);
revalidate();
});
}
}
static JPanel jCenteredLiveValueSection(LiveValue lv, Component c) {
ret swingNu(jCenteredLiveValueSection_class, lv, c);
}