Re: off-topic: JavaFX question

2018-03-05 Thread Thomas Wolf
Hi Emi, Initially I was going to respond by saying that I'm not sure where to print the stack trace and/or set breakpoints since my code isn't anywhere in the event handling path and I was going to post a stripped-down example java file to illustrate. So I created a very simple example (see

Re: off-topic: JavaFX question

2018-03-03 Thread Emilian Bold
Interesting. A modal dialog will have a separate, temporary, event queue AFAIK. Have you tried just printing a stacktrace in the JFrame, when it works then compare to what happens and how the mouse click is handled in the JDialog? You can probably attach a debugger/btrace script to see the

off-topic: JavaFX question

2018-03-02 Thread Thomas Wolf
Sorry for bother this group, but I literally found zero help in Google and the pool of Swing/JavaFX knowledgeable people is a quickly dwindling one :-( Our Swing application puts up a JDialog whose contents is a JTabbedPane with a few tabs. One of them is currently a JEditorPane that was