Lobo Cobra HtmlPanel does not update GUI after JavaScript action

Posted by Markus Lausberg on Stack Overflow See other posts from Stack Overflow or by Markus Lausberg
Published on 2009-01-22T08:33:20Z Indexed on 2010/04/09 5:03 UTC
Read the original article Hit count: 440

Filed under:
|
|
|
|

HI,

I started implementing a HTML Browser in Swing. I want to use the Lobo Cobra toolkit because this toolkit inclused a renderer and parser for CSS and JavaScript. The pages are looking very nice and it is easy to use (one class implementation to show a html page).

I want to show HTML pages in swing which can show javascript generated and modified objects, like a flashing circle. As far as i know, the cobra toolkit can show static javascript commands like 'document.write' or closwWindow() implementations, but not updating the GUI from a JavaScript.

Did someone works with Lobo Cobra Toolkit before and give me some sample code or tips for showing HTML pages with animated JavaScript objects inside.

© Stack Overflow or respective owner

Related posts about java

Related posts about browser