Hello, AWT Team. Please review the fix for the issue: http://bugs.sun.com/view_bug.do?bug_id=8015477 The fix is available at: http://cr.openjdk.java.net/~pchelko/8015477/webrev.00/
The issue is just created, so it might not show up on bugs.sun.com This fix adds a private API to support a single threaded mode for AWT/FX interop. The main idea is to delegate some methods of an EventQueue to FX, so that AWT events were processed on FX thread. Here's the webrev for FX part of changes, for a usage sample: http://cr.openjdk.java.net/~pchelko/8015477/webrev.rt/ With best regards. Petr.
