Re: [10] Review request for 8185634, 8185634: Java Fx-Swing dialogs appearing behind main stage

2017-09-23 Thread Dmitry Markov
Hi Alexander, In CPlatformWindow class you call CWrapper.NSWindow.addChildWindow() to place a window above JavaFX stage. The usage of addChilWindow() or/and removeChildWindow() may cause ‘jumping window issue’ in multi-monitor environment, see JDK-8080729 for more details. To avoid possible

Re: OpenJFX initiative

2017-09-23 Thread Mark Fortner
I must have missed the bit where you described a proposed roadmap. I think for the most part I've seen JavaFX used as a means of keeping older Swing-based projects alive. In the enterprise, those projects are dwindling, in part because people just rebuild them as web applications. It's easier to

Re: [10] RFR JDK-8088132:[Swing, singleThread] ClassCastException in nested event loop when showing multiple message dialogs in SwingNode

2017-09-23 Thread Prasanta Sadhukhan
Hi Sergey, Please find modified webrev catering to DefaultKeyboardFocusManager also http://cr.openjdk.java.net/~psadhukhan/8088132/webrev.05/ Regards Prasanta On 9/23/2017 7:52 AM, Sergey Bylokhov wrote: Hi, Prasanta. On 9/19/17 22:26, Prasanta Sadhukhan wrote: Hi, Prasanta.  - In this