X-Received: by 10.157.60.6 with SMTP id q6mr27897321otc.141.1481753382779; Wed, 14 Dec 2016 14:09:42 -0800 (PST) X-Received: by 10.157.60.235 with SMTP id t40mr7051710otf.0.1481753382753; Wed, 14 Dec 2016 14:09:42 -0800 (PST) Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!75no175367ite.0!news-out.google.com!c1ni4745itd.0!nntp.google.com!75no175357ite.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.gui Date: Wed, 14 Dec 2016 14:09:42 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=47.30.52.104; posting-account=2uSbDQoAAACyUbc19SW_EKUfonn1OvrU NNTP-Posting-Host: 47.30.52.104 References: <0f003cf3-2058-4286-8669-a75fe3f116c3@googlegroups.com> <89366421-9545-42ed-8d8e-b960310c1047@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: Dynamic updation of a JTextArea From: abhprk3926@gmail.com Injection-Date: Wed, 14 Dec 2016 22:09:42 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: csiph.com comp.lang.java.gui:5508 Knute i thank you for your interest in solving my issue. What my applicatio= n does is i have created a class in which a loop continously listens for co= nnection requests. Another one that i posted in my previous comment is the = chatServerThread class that allocates a new thread to each request. And the= n the last class is the client chat window. What i have done is that i have= created a common textarea in which all the users write their messages. And= i have included that JTextarea ( JSwing ) in all of the client chat window= . But that textarea is not updating ehen i write a message from any one of = the clients window. If you order me i would post the entire code here. Plea= se help me out .