Java GUI guidance on building a chat box
Posted
by Allen
on Stack Overflow
See other posts from Stack Overflow
or by Allen
Published on 2010-03-12T09:28:20Z
Indexed on
2010/03/12
9:37 UTC
Read the original article
Hit count: 219
I'm just looking for a little guidance as to how i might implement a chat box.
There needs to be a text area for user entry, and a scrolling list of past messages. Is there an easy/standard way of going about doing this?
Thanks
© Stack Overflow or respective owner