modules/controls/src/test/java/javafx/scene/control/TabTest.java

Print this page
rev 9250 : 8134762: Refactor Javafx graphics module tests for clear separation of tests
Reviewed-by:

*** 27,37 **** import com.sun.javafx.event.EventDispatchChainImpl; import static com.sun.javafx.scene.control.infrastructure.ControlTestUtils.*; ! import com.sun.javafx.pgstub.StubToolkit; import com.sun.javafx.tk.Toolkit; import javafx.beans.property.BooleanProperty; import javafx.beans.property.ObjectProperty; import javafx.beans.property.ReadOnlyBooleanProperty; import javafx.beans.property.ReadOnlyObjectProperty; --- 27,37 ---- import com.sun.javafx.event.EventDispatchChainImpl; import static com.sun.javafx.scene.control.infrastructure.ControlTestUtils.*; ! import test.com.sun.javafx.pgstub.StubToolkit; import com.sun.javafx.tk.Toolkit; import javafx.beans.property.BooleanProperty; import javafx.beans.property.ObjectProperty; import javafx.beans.property.ReadOnlyBooleanProperty; import javafx.beans.property.ReadOnlyObjectProperty;