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,11 +26,11 @@
 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;
+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.
  *