< prev index next >

modules/javafx.controls/src/main/java/javafx/scene/control/ProgressBar.java

Print this page

        

*** 73,82 **** --- 73,83 ---- this(INDETERMINATE_PROGRESS); } /** * Creates a new ProgressBar with the given progress value. + * @param progress the progress */ public ProgressBar(double progress) { // focusTraversable is styleable through css. Calling setFocusTraversable // makes it look to css like the user set the value and css will not // override. Initializing focusTraversable by calling set on the
< prev index next >