static A putClientProperty(final A c, fO key, fO value) { if (c != null) swing { c.putClientProperty(key, value); } ret c; }