public class ViewUtils
extends java.lang.Object
Constructor and Description |
---|
ViewUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
fixSpinner(javafx.scene.control.Spinner<java.lang.Double> spinner)
Uses to deal with edge cases in spinner (ex: above max value, below min value) and to update
the spinner's internal value when the focus is lost.
|