Patric Joos - 2015-09-23

Hello,

I found your great project and it works well! thank you for that!

If I set an URL with swingbox.setPage(new URL(myURL));
the page loads without problems. But if I try (as with a jeditorpane) swingpane.setText("<html>test</html>");
my CPU jumps to 100% load and the scrollbars starts flickering.
I tried it with a tiny java httpserver (the build-in version) and set the code above as http response but I received the same result.
Any suggestions?
thanks!