JTextArea with JScrollbar
I populate a jtextarea with the contents of a text file. The text area has got a scrollbar. As the text has got many lines the area is set to the bottom. How can be set to the top? I mean, after populating the text area
i want to see the first line of my text file not the last one.
Many thanks,
Marla.-

