Directly from this java api
setMinimumFractionDigits
public void setMinimumFractionDigits(int newValue)
Sets the minimum number of digits allowed in the fraction portion of a number. minimumFractionDigits must be <= maximumFractionDigits. If the new value for minimumFractionDigits exceeds the current value of maximumFractionDigits, then maximumIntegerDigits will also be set to the new value.
What is the concern of maximumIntegerDigits
with mimimumFractionDigits
as specified in the above statement? (Exactly the following bit: "then maximumIntegerDigits will also be set to the new value"