true => ComponentOrientation.RIGHT_TO_LEFT false => ComponentOrientation.LEFT_TO_RIGHT
116117118119120121122123
@SuppressWarnings("unchecked") private void bind() { Binding b = Bindings.createAutoBinding(READ, alphaSlider, BeanProperty.create("value"), panel, BeanProperty.create("alpha")); b.setConverter(new PercentConverter()); b.bind(); }