Questions tagged [lobo]

Lobo is an extensible all-Java web browser and RIA platform. It supports HTML 4, Javascript (AJAX) and CSS 2 plus direct JavaFX and Java (Swing/AWT) rendering. Cobra is the web browser's renderer API; also a Javascript-aware HTML parser.

Links

5 questions
2
votes
0 answers

lobobrowser - setting additional headers

is it possible to add some request headers to lobobrowser?
oneat
  • 10,778
  • 16
  • 52
  • 70
1
vote
1 answer

no clientlets found for response, using the lobo browser

i am using the lobo browser, and when i run the example code, i keep getting the following exception: java.lang.IllegalStateException: No clientlets found for response:…
jake
  • 1,405
  • 3
  • 19
  • 33
1
vote
1 answer

Lobo Cobra HtmlPanel does not update GUI after JavaScript action

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…
Markus Lausberg
  • 12,177
  • 6
  • 40
  • 66
0
votes
0 answers

Lobo browser integrated in my swing application,but shows error messages when executed

import java.awt.event.WindowEvent; import javax.swing.*; import javax.swing.border.*; import org.lobobrowser.gui.*; import org.lobobrowser.main.PlatformInit; public class BrowserPanelTest extends JFrame { public static void main(String[] args)…
0
votes
1 answer

How to access CSS properties for a DOM node using the Cobra/Lobo HTML renderer

I am trying figure out how to access CSS properties for a DOM node (in this example nodes) using the Cobra/Lobo toolkit. What I have at the moment is: UserAgentContext uacontext = new SimpleUserAgentContext(); DocumentBuilderImpl…
Richard H
  • 38,037
  • 37
  • 111
  • 138