Search:

Type: Posts; User: curmudgeon

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,846

    [SOLVED] Re: [Asking] Listener on Text Area

    No, I gather that you're trying to display this information in a GUI that's run on the client machine, correct? So the property change support must be in the object that is receiving the new data.
    ...
  2. Replies
    7
    Views
    1,846

    [SOLVED] Re: [Asking] Listener on Text Area

    Consider using PropertyChangeSupport in the client, making the incoming String a "bound property" (check the tutorial on how to do this), and then having your GUI add a PropertyChangeListener to...
  3. Replies
    7
    Views
    1,846

    [SOLVED] Re: [Asking] Listener on Text Area

    If your log display gets very large, I'd recommend using a JList and not a JTextArea. Otherwise I agree with jps -- please tell us just exactly what are you trying to do here? Listen to what? Please...
Results 1 to 3 of 3