I have created a textarea, and i need a scrollbar applied to the textarea when necessary (when the text gets too long down and it cant be read anymore).
this is the code
You added the TextArea to a parent twice (scrollPane and panel). Change your last line to
panel_1.add(sbrText);