hg: openjfx/8u-dev/rt: Fix for RT-35185: [HelloSanity] Effects demo expected result does not match actual result

2014-02-09 Thread hang . vo
Changeset: 7aa3f6a4c5ad Author:Elina Kleyman elina.kley...@oracle.com Date: 2014-02-09 12:24 +0200 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/7aa3f6a4c5ad Fix for RT-35185: [HelloSanity] Effects demo expected result does not match actual result +

Re: javafx.embed.singleThread=true not working

2014-02-09 Thread Hendrik Ebbers
Thanks! It’s working now without using private API. Here is the code if someone will have the same problem: package com.guigarage.masteringcontrols; import javafx.embed.swing.JFXPanel; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.layout.StackPane; import