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

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

*** 26,36 **** package javafx.scene.control; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.scene.paint.Color; ! import com.sun.javafx.scene.control.skin.ColorPickerSkin; /** * <p>ColorPicker control allows the user to select a color from either a standard * palette of colors with a simple one click selection OR define their own custom color. * --- 26,36 ---- package javafx.scene.control; import javafx.collections.FXCollections; import javafx.collections.ObservableList; import javafx.scene.paint.Color; ! import javafx.scene.control.skin.ColorPickerSkin; /** * <p>ColorPicker control allows the user to select a color from either a standard * palette of colors with a simple one click selection OR define their own custom color. *