JTextPane and inserting/deleting image

Hi,

I have problems with my jtextpane. I am usign jtextpane do make simple richeditor.

I can insert image, and no problem with inserting

But after that, where content of jtextpane is saved and opened again, image is not able to delete...

If is there any solution?

Sorry for my broken English.

[334 byte] By [kazakbalaa] at [2007-10-2 2:06:55]
# 1
Hi everyone, Does the image get saved when you serialize the document?What are you doing to serialize the document by using xml or by serializing it as an object or by using the rtf kitRichard West
kazakbalaa at 2007-7-15 19:48:23 > top of Java-index,Desktop,Core GUI APIs...
# 2
I am not serializing. I just make byte array from document and saving in to dabaseafter that, getting array an generate styledocument.Hole document is ok. But after save and open image are not deleting...
kazakbalaa at 2007-7-15 19:48:23 > top of Java-index,Desktop,Core GUI APIs...
# 3
oh... soryy )) not Hole... Whole.. i think must be there )))
kazakbalaa at 2007-7-15 19:48:23 > top of Java-index,Desktop,Core GUI APIs...