Hi!
 
Following the MVC pattern, I'm trying to separate the swing gui from the data.
 
In the gui application I'm writing (moving users between LDAP trees), I would like to redirect the output produced by the class reading from LDAP to a JTextArea in the swing class - much like redirecting the System.out.println() to the JTextArea. This is an ongoing process, so each failure och success must be reflected in the JTextArea.
 
I understand that this involves some kind of listener, but how do I setup this kind of scenario?
 
Best,
 
- Rainer

Reply via email to