Advertisement
|
This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
rendering tag in HTMLEditorKit
Posted by Radu Colceriu on December 01, 2000 at 4:54 AM
Hi... I've made an little HTML editor applet using HTMLEditorKit class. The problem is that if I insert an IMG tag ( with src= a web path)the EditorKit don't render it, showing instead the image an icon. I've read about HTMLFactory that I should subbclass it but I don't really understand what should I must do. If you know another way to do this or have a little example/doc please tell me. thanks, bast regards Radu
Replies:
|