Posted By:
Anonymous
Posted On:
Thursday, December 16, 2004 09:03 AM
Hello,
I am trying to write a text editor and I have a problem related with splitting a text,taken from a rtf file, in two columns.The text will be inserted in a JTextPane.
My problem is that i want to show in only one JTextPane the content of a .rtf file from the disk, but splitted into two columns. (like in microsoft Word).
I read already all the informations related with javax.swing.text package and i didn't find anything that can help me.
Can anybody help me on this matter?