posted 15 years ago
Hi all, I've been searching here as well as googling, but haven't found anything!
My problem is: I'm trying to JEditorPane as a simple web browser, but with setText rather than setPage method...
So, when I give setText simple html code like this, or even more as long as it is within the parentheses :
but when do this, in order to get a whole page, it doesn't work and doesn't display anything:
of course br is the BufferedReader object after connecting with any server using sockets