modules/controls/src/main/java/javafx/scene/chart/AreaChart.java

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

*** 51,61 **** import javafx.scene.shape.StrokeLineJoin; import javafx.util.Duration; import com.sun.javafx.charts.Legend; import com.sun.javafx.charts.Legend.LegendItem; ! import com.sun.javafx.css.converters.BooleanConverter; import javafx.beans.property.BooleanProperty; import javafx.css.CssMetaData; import javafx.css.Styleable; import javafx.css.StyleableBooleanProperty; import javafx.css.StyleableProperty; --- 51,61 ---- import javafx.scene.shape.StrokeLineJoin; import javafx.util.Duration; import com.sun.javafx.charts.Legend; import com.sun.javafx.charts.Legend.LegendItem; ! import javafx.css.converter.BooleanConverter; import javafx.beans.property.BooleanProperty; import javafx.css.CssMetaData; import javafx.css.Styleable; import javafx.css.StyleableBooleanProperty; import javafx.css.StyleableProperty;