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,36 **** /* * To change this template, choose Tools | Templates * and open the template in the editor. */ ! package com.sun.javafx.scene.control.skin; import javafx.beans.InvalidationListener; import javafx.beans.Observable; import javafx.scene.control.Label; import javafx.scene.control.Labeled; --- 26,36 ---- /* * To change this template, choose Tools | Templates * and open the template in the editor. */ ! package com.sun.javafx.scene.control; import javafx.beans.InvalidationListener; import javafx.beans.Observable; import javafx.scene.control.Label; import javafx.scene.control.Labeled;