can not show applet in jeditorpane
Hi,
I want to load a Web page which contains an applet into a JeditorPane, but I found the applet can not show in the editorpane.
I use the following statement to create a JEditorPane
JEditorPane htmlpane = new JEditorPane("http://sulu.informatics.indiana.edu/6S/network/");
The static text is showing, but the applet graph is always missing. Do I need to do something else? Please help me!

