Opening a webpage in JeditorPage

Hi,

I am opening a wepage in JEditorPane and add that JEditorPane on the contentpane of a frame. Now I have a applet which has a button. On its click I am creating an object of that frame and displaying it but the webpage is not displaying. I am wondering what am I doing wrong. I have checked the code for the frame class and it is working fine without applet. This problem comes only when I use it without applet. Can anyone suggest me something?

[461 byte] By [mayankdce2k4a] at [2007-11-27 9:55:56]
# 1
JEditorPane has very limited support for HTML. It doesn't support CSS, JavaScript, applets and pretty much everything else beyond very simple HTML.Also, don't post twice.
kirillga at 2007-7-13 0:25:59 > top of Java-index,Desktop,Core GUI APIs...