You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AbstractComponentBuilder.setInitialValue() removed, no longer necessary now that the component value is always created, which is now used to set the initial value.
SpinnerNumberValue now non-null and validates the value according to the model minimum and maximum, if specified.
FilterTableCellRenderer.backgroundColor() tableModel parameter replaced with conditionModel
DefaultFilterTableCellRenderer condition model cache removed.
ComponentBuilder.initialValue() renamed value().
AbstractComponentBuilder bug fixed, now only sets the componentOrientation if one has been specified, since it can affect the horizontalAlignment of components.
AbstractSpinnerBuilder hack added to preserve the horizontal editor alignment through UI changes.
FileInputPanel.ByteArrayInputPanelValue.setComponentValue() no longer throws UnsupportedOperationException.