Blocks :
|
|
Blocks :
|
|
Duplicate :
|
|
Relates :
|
Here's the scenario to reproduce the issue (Test.java attached): 1. "Tool" frame is a Swing frame and there are two Swing buttons inside the frame: the "show" button (to show FX stage) and the "hide" button (to hide FX stage). 2. Let's show and hide FX stage. First time it works fine (and the Quantum toolkit is terminated when "last" FX stage is hidden). 3. Let's show and hide FX stage again. Nothing happens and it doesn't work expectedlty (the Quantim toolkit isn't restarted after shutdown). Attached runtime.patch include some preliminary changes (the diffs can be useful to resolve this issue). With the changes, the scenario starts working for me with default settings. Though I'm not sure that the changes are correct and complete. For convenience, webrev - http://spbweb.russia.sun.com/~dc158259/RT-12981/webrev-2/index.html
|