--- old/tools/Jemmy/JemmyFX/src/org/jemmy/fx/control/TreeTableViewWrap.java 2016-12-29 15:41:12.990269851 +0300 +++ new/tools/Jemmy/JemmyFX/src/org/jemmy/fx/control/TreeTableViewWrap.java 2016-12-29 15:41:12.930269215 +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 java.util.ArrayList; import java.util.List; import javafx.collections.FXCollections; @@ -582,4 +582,4 @@ } return cellParent; } -} \ No newline at end of file +}