Poor Web Browser

Hey all,

I need to build a simple Web Browser as a part of a project.

I used JEditorPane that takes a URL and displaying it. but the result was so poor that some contents of the displayed page appears corrupted and other even dont appear.

So, what's the formal way to make things professional as if you were using a standard web browser.

this is the basic code the displays a web page :

URL url =new URL(field.getText());

JEditorPane pane =new JEditorPane();

pane.setPage(url);

[596 byte] By [mipsmea] at [2007-10-3 9:54:54]
# 1
Cross Post: http://forum.java.sun.com/thread.jspa?threadID=785959&tstart=0
zadoka at 2007-7-15 5:12:43 > top of Java-index,Desktop,Developing for the Desktop...