JEditorPane Change proportion Size

I need to be able to display a html page in a JEditorPane and make sure is has the same propertion as a Internet explorer.

Here is whats happening, when I display the same page on iNTERNET Explorer it displays correct proportion.

When I display the same page on a JEditorPage the proportion changes.

I need some help please.

[351 byte] By [CDCDevelopera] at [2007-11-27 11:26:18]
# 1

What do you mean by proportion?

TuringPesta at 2007-7-29 16:09:38 > top of Java-index,Java Essentials,Java Programming...
# 2

> I need to be able to display a html page in a

> JEditorPane and make sure is has the same propertion

> as a Internet explorer.

You're probably not going to have much luck with this, if by "same proportion", you mean "JEditorPane renders output to look exactly like Explorer".

~

yawmarka at 2007-7-29 16:09:38 > top of Java-index,Java Essentials,Java Programming...
# 3

the text seems to shrink when i displayed in JEditorPane.

CDCDevelopera at 2007-7-29 16:09:38 > top of Java-index,Java Essentials,Java Programming...