X-Received: by 2002:ac8:2c0c:: with SMTP id d12mr18674771qta.36.1545161440592; Tue, 18 Dec 2018 11:30:40 -0800 (PST) X-Received: by 2002:a0d:dd4e:: with SMTP id g75mr253497ywe.5.1545161440233; Tue, 18 Dec 2018 11:30:40 -0800 (PST) Path: csiph.com!xmission!news.snarked.org!border2.nntp.dca1.giganews.com!nntp.giganews.com!v55no10071978qtk.0!news-out.google.com!h3ni5214qtk.1!nntp.google.com!v55no10071970qtk.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.java.gui Date: Tue, 18 Dec 2018 11:30:39 -0800 (PST) In-Reply-To: <30fae792-c2a4-4d4b-85f0-9f0ff05503d3@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=103.119.95.219; posting-account=XtN9hAoAAADXeWKwqG-JqR79oyDZoNSf NNTP-Posting-Host: 103.119.95.219 References: <163b0e03-2224-427a-910a-e9ef41df36cf@googlegroups.com> <30fae792-c2a4-4d4b-85f0-9f0ff05503d3@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <2bf4edd5-4e08-49eb-86bb-e26e11da0441@googlegroups.com> Subject: Re: how to direct console output to a textarea From: kanisfatemashanta28@gmail.com Injection-Date: Tue, 18 Dec 2018 19:30:40 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 3 Xref: csiph.com comp.lang.java.gui:5530 On Monday, 9 January 2017 21:17:05 UTC+6, Abhay Prakash wrote: > Thanks Nigel . That guide of reading the stdout/stderr on different thread was a nice one sir as i didnt knew this before. thumbs up for that. i modified my code as you said, and it works now. thanks for the guidance :) then,can you publish final code after modification?