Hi,
I've a JEditorPane inside a JDialog. I'm loading a web page when this JDialog is loading. This web page is larger then the JEditorPane size. So I want to display a certain position in the web page by default.
For example, I've a 175x200 size jdialog and JEditorPane. I want to display the web page content around 150 pixels down.
Is there any solutions for this? Or is there any other component which I can used to display web pages and can move to a certain position of the web page at loading time.