--- old/tools/Jemmy/JemmyFX/src/org/jemmy/fx/control/TreeTableViewWrap.java 2017-02-15 15:58:14.451618023 +0300 +++ new/tools/Jemmy/JemmyFX/src/org/jemmy/fx/control/TreeTableViewWrap.java 2017-02-15 15:58:14.399617538 +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 +}