示例#1
0
 /**
  * Sets the minimum value the buttons can take the value
  *
  * @param min
  */
 public final void setMax(int max) {
   incActionListener.max = max;
 }
示例#2
0
 /**
  * Sets the minimum value the buttons can take the value
  *
  * @param min
  */
 public final void setMin(int min) {
   incActionListener.min = min;
 }