Exception in one JFXPanel kills other JFXPanels, too

2013-08-13 Thread Werner Lehmann
Hi, I have noticed the following problem with exception handling and multiple JFXPanels (FX 2.2): 1. Two JFXPanels, J1 and J2 2. Throw NPE in layoutChildren of a control inside J1 This would print a stacktrace (see below). Then J2 is blocked: mouse clicks have no effect anymore. I think I

Re: Exception in one JFXPanel kills other JFXPanels, too

2013-08-13 Thread Artem Ananiev
Hi, Werner, it looks like a bug in JFXPanel, could you file it to JIRA with a test case, please? Thanks, Artem On 8/13/2013 2:32 PM, Werner Lehmann wrote: Hi, I have noticed the following problem with exception handling and multiple JFXPanels (FX 2.2): 1. Two JFXPanels, J1 and J2 2.