From: westin075@gmail.com Newsgroups: comp.lang.java.programmer Subject: how to post to a frame outside an applet Date: Fri, 3 Feb 2012 21:06:24 -0800 (PST) Organization: http://groups.google.com Lines: 18 Message-ID: <7582404.2642.1328331984615.JavaMail.geo-discussion-forums@yquu38> Reply-To: comp.lang.java.programmer@googlegroups.com NNTP-Posting-Host: 74.82.68.160 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1328332075 11014 127.0.0.1 (4 Feb 2012 05:07:55 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sat, 4 Feb 2012 05:07:55 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=74.82.68.160; posting-account=oBo6pQoAAADZRFB--YYE-YMES7HZqHIx User-Agent: G2/1.0 X-Google-Web-Client: true Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!hal.pasdenom.info!bete-des-vosges.org!feed.ac-versailles.fr!usenet-fr.net!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11771 Hi, I am trying to make an instant messenger window that runs atop a chatroom t= hat many users would be in. I'm just having problems writing to the second= window or frame once an I'm session is initiated. Does this involve getti= ng the info from im1 to goto im2 via the server first then writing to a soc= ket? If so, once the IP address is obbtaained, how do you write to the IM w= indows and not the main chat room where everyone is? I'm slowly putting th= is together but if there's a book, help me. I'm reading schmidts seventh edition "java" for this chat room, I dunno. Public void paint (Graphics g, messagein) { //message comes from server first, before that messager2 g.drawstring(messagein) }=20