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