--- old/tools/Jemmy/JemmyFX/src/org/jemmy/fx/control/TreeViewWrap.java 2016-12-29 15:41:13.186271926 +0300 +++ new/tools/Jemmy/JemmyFX/src/org/jemmy/fx/control/TreeViewWrap.java 2016-12-29 15:41:13.134271375 +0300 @@ -24,7 +24,7 @@ */ package org.jemmy.fx.control; -import com.sun.javafx.scene.control.skin.VirtualFlow; +import javafx.scene.control.skin.VirtualFlow; import javafx.scene.Node; import javafx.scene.control.ScrollBar; import javafx.scene.control.TreeCell; @@ -381,4 +381,4 @@ return TreeViewWrap.this.getEnvironment(); } } -} \ No newline at end of file +}