static makeUneditableWithTextColor(A a, Color color) { if (a != null) swing { a.setEditable(false); a.setDisabledTextColor(color); } ret a; }