Possible Duplicate:
Can anyone recommend a Java rich text editor?
i need something like CKeditor for Java SDK. Does a tool like this exist? Maybe Java has a class of it’s own that I don’t know about.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The
JEditorPanecomes closest in the Java Standard API, though it’s not an out-of-the-box solution. Here’s a Demo that shows it in action. There may be third-party components built upon it that provide more functionality.