javafx.embed.singleThread=true not working

2014-02-03 Thread Hendrik Ebbers
Hi, I’m currently trying the experimental support of the javafx.embed.singleThread flag to mix the EDT and JFX Application Thread. Therefore I created a demo application. But when I start the app the following exception is thrown: Exception in thread AWT-EventQueue-0

Re: javafx.embed.singleThread=true not working

2014-02-03 Thread Artem Ananiev
Hi, Hendrik, please, try adding the following line to the very beginning of the main() method: PlatformImpl.startup(() - {}); PlatformImpl is an internal class from com.sun.javafx.application, so it is not an official way to do the job, it's just a workaround. Another option is to wrap

[8u] Review request: RT-35570,[Touch] JVM irreversible state, Too many touchpoints

2014-02-03 Thread Martin Sladecek
Anthony, please review: https://javafx-jira.kenai.com/browse/RT-35570 http://cr.openjdk.java.net/~msladecek/rt-35570/webrev.00/ Thanks, -Martin

hg: openjfx/8u-dev/rt: RT-35570 [Touch] JVM irreversible state, Too many touchpoints

2014-02-03 Thread hang . vo
Changeset: 0d152c5d27cb Author:Martin Sladecek martin.slade...@oracle.com Date: 2014-02-03 13:20 + URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0d152c5d27cb RT-35570 [Touch] JVM irreversible state, Too many touchpoints Reviewed by: anthony !

hg: openjfx/8u-dev/rt: NETBEANS ONLY: fix IDE files to see new java8 source folder, fix module references

2014-02-03 Thread hang . vo
Changeset: 9625e5b8f3b9 Author:snorthov Date: 2014-02-03 14:46 -0500 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/9625e5b8f3b9 NETBEANS ONLY: fix IDE files to see new java8 source folder, fix module references ! netbeans/base/nbproject/build-impl.xml !

hg: openjfx/8u-dev/rt: 4 new changesets

2014-02-03 Thread hang . vo
Changeset: 0745342829aa Author:jgiles Date: 2014-02-03 14:24 +1300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/0745342829aa RT-34407:[TableView, TreeView, TreeTableView] shift+PgUp/Down deselection is incorrect. !

hg: openjfx/8/graphics/rt: 7 new changesets

2014-02-03 Thread hang . vo
Changeset: 3e1c456afa4c Author:hudson Date: 2014-01-17 21:38 -0800 URL: http://hg.openjdk.java.net/openjfx/8/graphics/rt/rev/3e1c456afa4c Added tag 8.0-b124 for changeset 8d28332831a4 ! .hgtags Changeset: a9a442d98304 Author:hudson Date: 2014-01-22 08:44 -0800 URL:

hg: openjfx/8u-dev/rt: Fixing build failure.

2014-02-03 Thread hang . vo
Changeset: 98eeb59705c5 Author:jgiles Date: 2014-02-04 12:35 +1300 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/98eeb59705c5 Fixing build failure. ! apps/samples/Ensemble8/src/samples/java/ensemble/samples/controls/button/pillbutton/PillButtonApp.java