Hi,
I am trying to write a simple app whereby on the left you have a JList, when you click on an item of the list the details are shown in a JTextArea on the right. I have implemented the JList and the JTextArea but having problems getting the two to speak to each other. Anybody got any suggestions. I am trying to avoid having to click a JButton to update the JTextArea.
(This app will mimic apple's Address Book.app (sort of))
many thanks
I am trying to write a simple app whereby on the left you have a JList, when you click on an item of the list the details are shown in a JTextArea on the right. I have implemented the JList and the JTextArea but having problems getting the two to speak to each other. Anybody got any suggestions. I am trying to avoid having to click a JButton to update the JTextArea.
(This app will mimic apple's Address Book.app (sort of))
many thanks