jdk/src/share/classes/javax/swing/SpinnerNumberModel.java
changeset 21278 ef8a3a2a72f2
parent 20169 d7fa6d7586c9
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
   100      * The <code>minimum</code> and <code>maximum</code> parameters
   100      * The <code>minimum</code> and <code>maximum</code> parameters
   101      * can be <code>null</code> to indicate that the range doesn't
   101      * can be <code>null</code> to indicate that the range doesn't
   102      * have an upper or lower bound.
   102      * have an upper or lower bound.
   103      * If <code>value</code> or <code>stepSize</code> is <code>null</code>,
   103      * If <code>value</code> or <code>stepSize</code> is <code>null</code>,
   104      * or if both <code>minimum</code> and <code>maximum</code>
   104      * or if both <code>minimum</code> and <code>maximum</code>
   105      * are specified and <code>mininum &gt; maximum</code> then an
   105      * are specified and <code>minimum &gt; maximum</code> then an
   106      * <code>IllegalArgumentException</code> is thrown.
   106      * <code>IllegalArgumentException</code> is thrown.
   107      * Similarly if <code>(minimum &lt;= value &lt;= maximum</code>) is false,
   107      * Similarly if <code>(minimum &lt;= value &lt;= maximum</code>) is false,
   108      * an <code>IllegalArgumentException</code> is thrown.
   108      * an <code>IllegalArgumentException</code> is thrown.
   109      *
   109      *
   110      * @param value the current (non <code>null</code>) value of the model
   110      * @param value the current (non <code>null</code>) value of the model