--- old/tools/SharedTestUtilsOpen/src/test/javaclient/shared/CombinedTestChooserPresenter.java 2017-01-31 14:08:15.727926331 +0300 +++ new/tools/SharedTestUtilsOpen/src/test/javaclient/shared/CombinedTestChooserPresenter.java 2017-01-31 14:08:15.675925821 +0300 @@ -39,6 +39,7 @@ import javafx.scene.layout.VBox; import javafx.scene.paint.Color; import org.eclipse.swt.widgets.Shell; +import com.sun.javafx.stage.WindowHelper; /** * @@ -183,7 +184,8 @@ stage.setScene(scene); stage.show(); stage.toFront(); - stage.setFocused(true); + //stage.setFocused(true); + WindowHelper.setFocused(stage, true); } public void show(final Object frame, final Object panel) {