static int moveToTopLeftCorner_inset = 20; static A moveToTopLeftCorner(A c) { Window w = getWindow(c); if (w != null) w.setLocation(moveToTopLeftCorner_inset, moveToTopLeftCorner_inset); ret c; }