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!

[422 byte] By [lewua] at [2007-11-27 8:03:49]
# 1
JEditorPane's abilities to show HTML are very limited. It doesn't support CSS, JavaScript, applets and many other things. You'll need a real browser component for that.
kirillga at 2007-7-12 19:46:00 > top of Java-index,Desktop,Core GUI APIs...