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?

