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

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

*** 63,73 **** import javafx.scene.layout.Priority; import javafx.scene.layout.Region; import javafx.scene.layout.StackPane; import com.sun.javafx.css.StyleManager; ! import com.sun.javafx.css.converters.StringConverter; /** * DialogPane should be considered to be the root node displayed within a * {@link Dialog} instance. In this role, the DialogPane is responsible for the * placement of {@link #headerProperty() headers}, {@link #graphicProperty() graphics}, --- 63,73 ---- import javafx.scene.layout.Priority; import javafx.scene.layout.Region; import javafx.scene.layout.StackPane; import com.sun.javafx.css.StyleManager; ! import javafx.css.converter.StringConverter; /** * DialogPane should be considered to be the root node displayed within a * {@link Dialog} instance. In this role, the DialogPane is responsible for the * placement of {@link #headerProperty() headers}, {@link #graphicProperty() graphics},