vote up 0 vote down star

i am developing a java swing application but i want to also use java fx with swing is there any resource for that told how to do that?

flag

67% accept rate

2 Answers

vote up 1 vote down check
link|flag
Short and sweet. – CPerkins Aug 27 at 3:59
FYI: It is completely unsupported, uses private APIs, and almost certainly will break in the next version. – Rastislav Komara Aug 27 at 6:51
vote up 0 vote down

The "JavaFX in Swing" link given above only works with JavaFX 1.1. Here is how to do it in JavaFX 1.2 JavaFX in Swing - 1.2. However, as Rastislav mentioned above, this is also using private APIs and will most likely break in the next major version. JFXtras has added some classes to support this, and hopefully, this will insulate the developer from the underlying release changes.

link|flag
I think so. For now the best way how to do this is just wait. – Rastislav Komara Aug 28 at 11:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.