hi all, I am trying to integrate a web browser into my
java swing GUI, I have enlisted the help in another post asking how to do it over here:
"https://coderanch.com/t/542889/GUI/java/Opening-website-like-facebook-or"
I have tried installing the JavaFX 2.0 sdk into my system,however it still does not work, I have also tried the JavaFX 1.3 sdk and it integrated fine.
However, some of the codes required to run a web browser in my GUI is only supported in the 2.0 sdk. I have searched online and since JavaFX is relatively new, not many people have
alot of help on this topic. I have also tried to link the jfxrt.jar file from the sdk into my project's Classpath but it does not work. I am currently using eclipse Helios, any help will be appreciated thank you.