modules/controls/src/main/java/com/sun/javafx/scene/control/LabeledImpl.java

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

@@ -26,11 +26,11 @@
 /*
  * To change this template, choose Tools | Templates
  * and open the template in the editor.
  */
 
-package com.sun.javafx.scene.control.skin;
+package com.sun.javafx.scene.control;
 
 import javafx.beans.InvalidationListener;
 import javafx.beans.Observable;
 import javafx.scene.control.Label;
 import javafx.scene.control.Labeled;