Hi friends
How can i add a vertical and horizontal scroll bar inside a Textarea..
While i created a textarea i cant read the topics down the screen ...
i add a scrollbar but it seperates from textarea , i want to attach that scrollbar with my textarea how is it possible...
i call this textarea and scrollbar inside a panel...but it seperates ...
How can i add a vertical and horizontal scroll bar inside a Textarea..
While i created a textarea i cant read the topics down the screen ...
i add a scrollbar but it seperates from textarea , i want to attach that scrollbar with my textarea how is it possible...
Code:
JTextArea area = new JTextArea(40,40); JScrollBar scr = new JScrollBar();
Comment