I have just started digging into JavaFX and have a requirement that I am not sure if I can fulfill with JavaFX. Does anyone know if JavaFX supports embedding another application (non-java, in this case a microsoft app) in a panel? I don't (at this time) have a requirement to control anything on that application, just h开发者_开发技巧ave it run in that panel.
Any help on this would be greatly appreciated. Thanks in advance!
Embeding applications into Java. Originally asked for Swing, but it is also applicable for JavaFX.
Is the other application a Java program? As JavaFX supports Threads, and since you can instantiate Java classes in JavaFX, this should actually work, though this is just a guess.
You can embed other java applications,but certainly not other technology applications.I would rather suggest to reframe just your user interface in JavaFx as it would help you get a very rich user experience!
Good Luck!
精彩评论