Re: Enabling Glass thread checks

2013-10-04 Thread Thor Johannesson
ead from the Swing and AWT Event Dispatch Thread >>>>> (EDT), so care must be taken when embedding JavaFX code into Swing >>>>> applications. >>>>> >>>>>Prism render thread: This thread handles the rendering separately from >>>>> the eve

Re: Enabling Glass thread checks

2013-10-04 Thread Richard Bair
), so care must be >>>> taken when embedding JavaFX code into Swing applications. >>>> >>>> Prism render thread: This thread handles the rendering separately from >>>> the event dispatcher. It allows frame N to be rendered while frame N +1 is

Re: Enabling Glass thread checks

2013-10-04 Thread steve . x . northover
vaFX application thread. -Original Message- From: openjfx-dev-boun...@openjdk.java.net [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Petr Pchelko Sent: Friday, October 04, 2013 1:40 AM To: OpenJFX list Subject: Enabling Glass thread checks Hello, OpenJFX. FX is a single thr

Re: Enabling Glass thread checks

2013-10-04 Thread Richard Bair
rendering. >> >> Media thread: This thread runs in the background and synchronizes the >> latest frames through the scene graph by using the JavaFX application thread. >> >> -Original Message- >> From: openjfx-dev-boun...@openjdk.java.net >&g

Re: Enabling Glass thread checks

2013-10-04 Thread steve . x . northover
st frames through the scene graph by using the JavaFX application thread. -Original Message- From: openjfx-dev-boun...@openjdk.java.net [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Petr Pchelko Sent: Friday, October 04, 2013 1:40 AM To: OpenJFX list Subject: Enabling Glass t

RE: Enabling Glass thread checks

2013-10-04 Thread John Smith
e latest frames through the scene graph by using the JavaFX application thread. -Original Message- From: openjfx-dev-boun...@openjdk.java.net [mailto:openjfx-dev-boun...@openjdk.java.net] On Behalf Of Petr Pchelko Sent: Friday, October 04, 2013 1:40 AM To: OpenJFX list Subject: Enabling Gl

Enabling Glass thread checks

2013-10-04 Thread Petr Pchelko
Hello, OpenJFX. FX is a single threaded UI toolkit. Glass (the underlying native window toolkit portability layer for FX) is being changed to ensure it is accessed from the UI thread. You can follow progress in https://javafx-jira.kenai.com/browse/RT-26891 We are reenabling the Glass thread che