Select to view content in your preferred language

100.0.0 and 10.2.4 side by side

1944
3
11-25-2016 02:54 AM
MichaelKnight
Emerging Contributor

I was wondering if this new SDK would be able to run side by side with the previous SDK? We cannot migrate to the new SDK for need of the missing features but would be interested in hosting both in the same application to begin taking advantage of 3D capabilities.

0 Kudos
3 Replies
thomasbales
Frequent Contributor

Hi Michael, give JFXPanel a shot and let me know how it goes. I am interested in the same thing. Here is a link.

http://docs.oracle.com/javafx/2/api/javafx/embed/swing/JFXPanel.html

0 Kudos
EricBader
Honored Contributor

Michael,

Great discussion point.

You should be able to reference both APIs from the same application, making sure that you keep your JavaFX and SWING stuff on separate threads, as Thomas alluded to. We would be very interested in how you progress on this. 

Thanks!

0 Kudos
MichaelKnight
Emerging Contributor

Hi Guys,

We intend to spend some time putting a proof of concept together of side by side use in the near future. From the responses so far I assume this is a pure Java FX control now and needs to be hosted in Swing using a JFXPanel?

I have used this JFXPanel in the past but we experienced poor performance.

0 Kudos