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

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJSpinner.java986 * @param dateFormatPattern the initial pattern for the
997 public DateEditor(JSpinner spinner, String dateFormatPattern) { argument
998 this(spinner, new SimpleDateFormat(dateFormatPattern,

Completed in 57 milliseconds