Re: javafx.embed.singleThread flag questions

2015-01-28 Thread Kevin Rushforth
: javafx.embed.singleThread flag questions Hi, It is experimental in FX 8, but we might consider making it available via an API call in the future. I haven't heard of any problems in using it, though, so you can feel free to use it as long as you have tested it well. -- Kevin Cirujano Cuesta, Diego wrote: H

Re: javafx.embed.singleThread flag questions

2015-01-28 Thread Pedro Duque Vieira
---Original Message- > From: Kevin Rushforth [mailto:kevin.rushfo...@oracle.com] > Sent: Dienstag, 27. Januar 2015 18:32 > To: Cirujano Cuesta, Diego > Cc: openjfx-dev@openjdk.java.net > Subject: Re: javafx.embed.singleThread flag questions > > Hi, > > It is experimen

RE: javafx.embed.singleThread flag questions

2015-01-28 Thread Cirujano Cuesta, Diego
, Diego -Original Message- From: Kevin Rushforth [mailto:kevin.rushfo...@oracle.com] Sent: Dienstag, 27. Januar 2015 18:32 To: Cirujano Cuesta, Diego Cc: openjfx-dev@openjdk.java.net Subject: Re: javafx.embed.singleThread flag questions Hi, It is experimental in FX 8, but we might

Re: javafx.embed.singleThread flag questions

2015-01-27 Thread Ludovic HOCHET
Hello, When using the flag I get an NPE in java.awt.EventQueue as I described in the AWT list [1] (where I think the solution should be). It only shows if you set an uncaught exception handler though. Ludovic [1] http://mail.openjdk.java.net/pipermail/awt-dev/2014-December/008744.html Kevin Rush

Re: javafx.embed.singleThread flag questions

2015-01-27 Thread Kevin Rushforth
Hi, It is experimental in FX 8, but we might consider making it available via an API call in the future. I haven't heard of any problems in using it, though, so you can feel free to use it as long as you have tested it well. -- Kevin Cirujano Cuesta, Diego wrote: Hi all, I have a few qu

javafx.embed.singleThread flag questions

2015-01-27 Thread Cirujano Cuesta, Diego
Hi all, I have a few questions about the javafx.embed.singleThread flag: Is it still experimental? Is it recommended the usage of this flag in an application with several JFXPanels and swing with communication between them? anybody using it? any experience/opinion about it? Thanks! Die