Warning: session_start(): open(/var/lib/php/sessions/sess_qidr7gknk0lpe9d9nriuble9c6, 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
// paint: graphics/component width/component height // called in AWT thread static JComponent dynamicallyPaintedComponent2(final VF3 paint) { ret swing(() -> new JComponent { public void paintComponent(Graphics g) { callF(paint, (Graphics2D) g, getWidth(), getHeight()); } }); } static JComponent dynamicallyPaintedComponent2(IVF3 paint) { ret dynamicallyPaintedComponent2(toVF3(paint)); }