throw new IllegalArgumentException("text field columns must not be lower than 0. Value was: " + columns);
this.textFieldColumns = columns;
}
public JFormattedTextField createFormattedTextField(AbstractFormatterFactory formatterFactory) {
PatchedJFormattedTextField patchedJFormattedTextField = new PatchedJFormattedTextField(formatterFactory);
configureTextField(patchedJFormattedTextField);
return patchedJFormattedTextField;
}