Hi. I believe you can do what you want by setting your TextArea as not being editable. Whereas it will show you the text that is already there, but the user cannot type in it, and the scrollbars still function.
Any class derived from TextComponent should have this functionality...