I use a JEdtorPane to display HTML. And I hope to insert any HTML component(Table, Line) into this
HTML.

 For example, I want to insert a table. I guess HTMLTableElement is represented as a table, but it's
a interface only. And the ViewFactory has a method called create(Element).

 I think those functions can help me to do it, I may be wrong. I need help now.
 
 Please advice me. Thank you.

Reply via email to