static A setBlinkRate(int ms, A a) { if (a != null) swing { a.getCaret().setBlinkRate(ms); } ret a; }