Hello,
does the SwingBrowser demo itself work for you? Does SwingBox print something to stdout? And what plain text does it contain? Only the text of the page or even the HTML tags?
Last edit: Radek Burget 2013-11-18
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I was testing the BrowserPane to display some random page. However, I cannot get it to display anything other than plain text.
ie:
pane = new BrowserPane();
URL url = new URL("http://cssbox.sourceforge.net/documentation.php");
pane.setPage(url);
scrollPane.setViewportView(pane);
This shows plain text. I copied the example SwingBox browser and cannot get that working either (I get only plain text). Am I missing something?
Hello,
does the SwingBrowser demo itself work for you? Does SwingBox print something to stdout? And what plain text does it contain? Only the text of the page or even the HTML tags?
Last edit: Radek Burget 2013-11-18