static A moveToTopRightCornerWithSize(int w, int h, A a) { swing { Window w = getWindow(a); if (w != null) w.setBounds(getScreenSize().width-insetX-w, insetY, w, h); } ret a; }