Warning: session_start(): open(/var/lib/php/sessions/sess_0sa7kt937oncpmddr3b3a8sbh2, 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 Pt translateLocationBetweenComponents(Pt p, Component c1, Component c2) { ret p == null ?: toPt(SwingUtilities.convertPoint(c2, toPoint(p), c1)); } static PtInComponent translateLocationBetweenComponents(PtInComponent p, Component c2) { ret PtInComponent(translateLocationBetweenComponents(p.p, p.component, c2), p.component); }