static A setBounds(int x, int y, int w, int h, A a) { if (a != null) a.setBounds(x, y, w, h); ret a; }