static A setHorizontalMargin(int margin, A a) { Insets i = a.getMargin(); a.setMargin(new Insets(i.top, margin, i.bottom, margin)); ret a; }