Re: Is it possible to have a SwingNode inside a JFXPanel

2015-01-28 Thread Werner Lehmann
We have had both scenarios and encountered issues in these areas: - dragdrop inside the component/node and between swing/fx - repaint issues, sometimes the jfxpanel would appear all black - resize issues, changes to the content of either swingnode or jfxpanel would not be passed to the

Is it possible to have a SwingNode inside a JFXPanel

2015-01-27 Thread Pedro Duque Vieira
Hi, I'm migrating a Swing app and I have a scenario where I need to have a SwingNode inside a JFXPanel and also a JFXPanel inside a SwingNode. Are this configurations possible? Thanks -- Pedro Duque Vieira

Re: Is it possible to have a SwingNode inside a JFXPanel

2015-01-27 Thread Kevin Rushforth
We don't have a shipping example that does this, but we have run SwingNode in an FX Scene inside a JFXPanel. I don't know if a JFXPanel inside that SwingNode will work, but I can't think of any reason off-hand why it wouldn't. -- Kevin Pedro Duque Vieira wrote: Hi, I'm migrating a Swing