static A setY(final int y, final A c) { if (c != null) swing { c.setY(y); } ret c; }