In this Java desktop GUI, the web services communication layer is in Java, the UI is based on a very powerful HTML library providing charting and interactivity.
How do I embed an HTML5 view inside a Java GUI and how to I handle JavaScript communication with it?
An example of how to trigger a JavaScript function, read a DOM property, etc. would help, please.