• Java Web Page Viewing
    1 replies, posted
I need to ask how I get Java to view webpages please? essentially like a web browser, although, I have other uses for it, but you get the concept... So help please?
The Desktop class can open the default browser and go to a specified page. But if you want your own HTML renderer embedded in your application JEditorPane can display really basic HTML. And by basic, I mean like HTML 3.0. If you need something more advanced, there was a library called Lobo/Cobra that I looked at once. It was alright, but the documentation was kind of scarce. There was another one that did XHTML and only XHTML. IIRC it didn't do plain old HTML.
Sorry, you need to Log In to post a reply to this thread.