Click to See Complete Forum and Search --> : Scrollbar or Scrollpane


dayanandasekar
11-04-2005, 05:55 AM
Hi,

I am developeing an application in Swing which involves a JTextArea, JTextField and JButton. Whenever I click the JButton the text in the JTextField needs to be appended to the JTextArea.

The appending works fine but whenever the the viewable area in the JTextArea dissappears. I have to use scroll down to see the newly appended text.

Can the new text mad visible by auto scrolling, is this possible in JScrollPane or else I have to use JScrollBar.

If then how ?

Please Help,

Bye.