JDK-8015477 : Support single threaded AWT/FX mode.
  • Type: Enhancement
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • Submitted: 2013-05-28
  • Updated: 2014-10-15
  • Resolved: 2013-06-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8 b94Fixed
Description
We need to make a private API to set a delegate for the event queue which would post runnables on the FX thread. 
The FX part of the issue is tracked under: https://javafx-jira.kenai.com/browse/RT-30694
Comments
This is a new API made for JavaFX to support single-threaded mode and it's hard to create a regression test for it.
22-08-2013