Go Back   Coding Forum > Coding World > Java

Reply
 
LinkBack Thread Tools Display Modes
Old 02-15-2012, 12:30 PM   #1 (permalink)
Richard Maher
Guest
 
Posts: n/a
Default how to post to a frame outside an applet

>>>>>>>>>>>>>>>>>>>>>>
<westin075@gmail.com> wrote in message
news:7582404.2642.1328331984615.JavaMail.geo-discussion-forums@yquu38...
Hi,

I am trying to make an instant messenger window that runs atop a chatroom
that 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 getting
the info from im1 to goto im2 via the server first then writing to a socket?
If so, once the IP address is obbtaained, how do you write to the IM windows
and not the main chat room where everyone is? I'm slowly putting this
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)
}
<<<<<<<<<<<<<<<<<<<<<<<<

Could you use JSObject LiveConnect and let Javascript do it?

Cheers Richard Maher


  Reply With Quote
Reply

Thread Tools
Display Modes



All times are GMT. The time now is 01:29 AM.


Powered by vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Copyright ©2010, CodingForum.Org