| Author |
What components should I use for building a Java WYSIWYG HTML editor
|
Meir Yan
Ranch Hand
Joined: Apr 27, 2006
Posts: 597
|
|
Hello all
I like to build java WYSIWYG HTML to practice my or better learn Java swing all the simple swing layouts and simple components i understand , but what should i use to represent tables text place holders html graphic Div representation and so on.. they all have to have drag and drop icons that i drop to the main windows and reside it and move it for this what Java swing component shell i use?
|
 |
Stanislav Lapitsky
Ranch Hand
Joined: Dec 01, 2009
Posts: 53
|
|
JEditorPane or JTextPane with HTMLEditorKit.
I think that's enough.
Regards,
Stas
|
 |
 |
|
|
subject: What components should I use for building a Java WYSIWYG HTML editor
|
|
|