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

Print this page
rev 9240 : 8076423: JEP 253: Prepare JavaFX UI Controls & CSS APIs for Modularization

*** 25,35 **** package javafx.scene.control; import javafx.css.PseudoClass; ! import com.sun.javafx.scene.control.skin.ProgressIndicatorSkin; import javafx.beans.property.DoubleProperty; import javafx.beans.property.DoublePropertyBase; import javafx.beans.property.ReadOnlyBooleanProperty; import javafx.beans.property.ReadOnlyBooleanWrapper; --- 25,35 ---- package javafx.scene.control; import javafx.css.PseudoClass; ! import javafx.scene.control.skin.ProgressIndicatorSkin; import javafx.beans.property.DoubleProperty; import javafx.beans.property.DoublePropertyBase; import javafx.beans.property.ReadOnlyBooleanProperty; import javafx.beans.property.ReadOnlyBooleanWrapper;