To update contents in the JTextArea

Hai all,How to update contents in the JTextArea on changing the selection from one row to another row in JTable?Help resolve the issue.Thanks in advance.
[167 byte] By [Samyukthaa] at [2007-10-3 8:28:05]
# 1
Get the selectionModel for the JTable and add a ListSelectionListener to it. The listener is notified for changes in the row selctions in the table. You can use JTable methods inside the listeners valueChanged method to get the information you need to update your JTextArea.
crwooda at 2007-7-15 3:34:46 > top of Java-index,Desktop,Core GUI APIs...
# 2
Quit cluttering the forum with duplicate questions.The advice you got here was exactly the same advice you got yesterday when you posted the same question. Quit wasting peoples time.
camickra at 2007-7-15 3:34:46 > top of Java-index,Desktop,Core GUI APIs...