Results 1 to 1 of 1
Thread: HTMLEDITOR in swing
- 05-10-2012, 02:54 PM #1
Member
- Join Date
- May 2012
- Posts
- 1
- Rep Power
- 0
HTMLEDITOR in swing
hai,
I tried to get HTMLEDITOR in swing,for that i used SHEF(Swing Html Editor Framework),i got the code from SHEF,when i implemented that code i got error in this 2lines,
HTMLEditorPane editor = new HTMLEditorPane();
editor1.setEditorKitForContentType("text/html", new WysiwygHTMLEditorKit());
the error was HTMLEditorPane-cannot find the symbol & WysiwygHTMLEditorKit-cannot find the symbol
so after that i searched for the corresponding class for those two things & i got org.xnap.gui.component.HTMLEditorPane, after importing this one also Xnap is not in suggestions.........so now i want to get the corresponding class for HTMLEditorPane & WysiwygHTMLEditorKit.Otherwise is there any possibility to use any jar files if it is so what jar file can i use.............give me a suggestion..............
Similar Threads
-
HtmlEditor removing the default <p> tag.
By anantth in forum AWT / SwingReplies: 0Last Post: 07-27-2011, 06:21 AM -
Java swing - HtmlEditor not displaying '<' symbol....
By anantth in forum AWT / SwingReplies: 0Last Post: 07-26-2011, 11:50 AM -
First day of Swing
By Grish in forum New To JavaReplies: 10Last Post: 06-02-2011, 01:02 PM -
About Swing
By satimis in forum New To JavaReplies: 2Last Post: 05-01-2010, 05:37 PM -
map javax.swing.text.Element to javax.swing.text.View
By elizabeth in forum New To JavaReplies: 1Last Post: 07-30-2007, 07:02 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks