static A windowToBack(A c) { final Window w = getWindow(c); if (w != null) swing { w.toBack(); } ret c; }