182183184185186187188
* * @return a value property for observing the maximum value of a * {@link Scale}, {@link Slider} (since 1.5) or {@link Spinner}. */ public static IWidgetValueProperty maximum() { return new WidgetMaximumProperty(); }