Searched refs:decimalFormatPattern (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSpinner.java1162 * @param decimalFormatPattern the initial pattern for the
1167 * <code>decimalFormatPattern</code> is not a legal
1174 public NumberEditor(JSpinner spinner, String decimalFormatPattern) { argument
1175 this(spinner, new DecimalFormat(decimalFormatPattern));
1188 * @param decimalFormatPattern the initial pattern for the

Completed in 33 milliseconds