Hi All,
 
 
My Class extends DefaultStyledDocument . In this class I am calling
 
 
public void insertString(int offs, String str, AttributeSet a)
 
 
method. What I am getting is that my text is being added in descending order (i.i the latest goes up) . Is there any way to reverse this order.
 
I have my above mentioned class associated with a JTextPane.
 
 
People any ideas???
 
 
Regards,
Harneet
To change your JDJList options, please visit: http://www.sys-con.com/java/list.cfm

Reply via email to