help in jeditorpane

Hi All,

I am trying to input a text in jeditrpane but its not accepting any formatting and hyperlinks,bullets and numbering how i can achieve this and also i want to save it in the same format in database MySql how can i do this also while retriving from the database i want to view the contents in the same format in a webpage.can anyone please help me for this.

R.Ramesh.

[392 byte] By [rameshra] at [2007-10-3 3:19:54]
# 1
JEditorPane requires specifying contentType property the value of which is a MIME type.If the value is "text/html", then the document fed to it should be a proper HTML based on HTML 3.1 standard.
hiwaa at 2007-7-14 21:11:57 > top of Java-index,Desktop,Core GUI APIs...