Embedding a web browser in JavaFX
Posted by wsnyder6 on January 13, 2008 at 12:02 AM EST
I wanted to build something to handle my imeem playlists in a simple interface. (I am not in to the social network site stuff, yet I find that free tunes on imeem is hard to resist).
Using the DJ JWebBrowser as a custom JFX component, I was able to get something going.
It'd be nice to see if I could use the JFlashPlayer to control the playlists/songs. Next time...
Related Topics >>
Blog Links >>
- Login or register to post comments
- Printer-friendly version
- wsnyder6's blog
- 1669 reads






Comments
Embedding a web browser in
by pemr_2002 - 2011-02-03 09:38
Can you show your code, i am doing a similar aplication in javaFX but i can't instantiate the jwebbrowser, i don't know how initialize the djlibraries required at the begin of the program
by svenmaster - 2009-04-22 02:47
Hi Bill, thank you for your impressions! I tried to make the JWebBrowser run under JavaFx, but it didnt render the html. I would be pleased if you add some code snippets to your blog! Greeting Svenby durgas1981 - 2009-04-17 09:47
Hi bill, I tried the same but failed, any code help from you?by swv - 2008-01-24 12:51
JavaFX - Embedded Browser I am interested in this...