: 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
---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
,
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
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
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
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