< prev index next >

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

Print this page

        

@@ -88,10 +88,11 @@
         this(INDETERMINATE_PROGRESS);
     }
 
     /**
      * Creates a new ProgressIndicator with the given progress value.
+     * @param progress the progress
      */
     public ProgressIndicator(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 applyStyle with null
< prev index next >