File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes What components should I use for building a Java WYSIWYG HTML editor Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "What components should I use for building a Java WYSIWYG HTML editor " Watch "What components should I use for building a Java WYSIWYG HTML editor " New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: What components should I use for building a Java WYSIWYG HTML editor
 
Similar Threads
Used to JBuilder ---Having Problems with WebSphre Studio App Developer
Drag and drop gui
What tool should I use to develop GUI for J2EE
create java GUI in simple way
WYSIWYG Editor