Hi!

I wish to make GUI application in java where I use embedded web browser to display stuff. My requirement is that it has to be able to do upcalls. Upcall means to call/access java objects from javascript that runs inside web browser. I would like to know what are possibilities for that. Right now I use javafx WebView which works but has some rendering bugs and does not visually look as nice as my firefox or chrome. I have also heard about JxBrowser but it costs money after 30 days. I have also heard of swt thing but it's specific to eclipse. I would like to know what other options do I have?