Warning: session_start(): open(/var/lib/php/sessions/sess_6bdcsclttivoo4rf7aqe4t2l1s, 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 void dm_setBounds(O module, int x, int y, int w, int h) {
O stem = dm_getStem(module);
if (stem == null) ret;
Component vis = cast call(stem, 'vis);
JInternalFrame f = getInternalFrame(vis);
if (f != null)
setBounds(f, x, y, w, h);
else
set(stem, frameRect := quickExport(Rect(x, y, w, h), stem); // TODO: should flush
}
static void dm_setBounds(int x, int y, int w, int h) {
dm_setBounds(dm_current_generic(), x, y, w, h);
}