We use a MDI Apple with Swing tabs where each tab contain one JFXPanel with an 
embedded Scene. We don't have any problem with thousands of Nodes in each 
Scene, and we did not experience any particular performance problems, at least 
in our use case.

Hervé

Sent from my iPhone

On 1 août 2013, at 00:45, Pedro Duque Vieira <pedro.duquevie...@gmail.com> 
wrote:

> Hi,
> 
> I have a doubt. I have a swing app with embed javafx scene. My app has kind
> of a MDI style interface. Right now only one window has been converted to
> JavaFX, basically it's a window with a JFXPanel in it.
> My question is if I want to convert the other windows as well should I also
> put a JFXPanel in them? I would than have 2 JFXPanels in my app, does that
> mean I would have 2 JavaFX scenes? Is that the way to do it? Would that
> seriously hurt performance?
> 
> Thank you in advance, best regards,
> 
> -- 
> Pedro Duque Vieira

Reply via email to