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