I want to scroll some text (Attributed Text) on JPanel automaticaly.How can I do that?
if you wrap the text in a JTextPane or somethinglike that, and then you wrap the JTExtPane in aJScrollPane...perhaps it works.