Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
how to post to a frame outside an applet
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
westin...@gmail.com  
View profile  
 More options Feb 4, 12:06 am
Newsgroups: comp.lang.java.programmer
From: westin...@gmail.com
Date: Fri, 3 Feb 2012 21:06:24 -0800 (PST)
Local: Sat, Feb 4 2012 12:06 am
Subject: how to post to a frame outside an applet
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)


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
John B. Matthews  
View profile  
 More options Feb 7, 7:00 am
Newsgroups: comp.lang.java.programmer
From: "John B. Matthews" <nos...@nospam.invalid>
Date: Tue, 07 Feb 2012 07:00:00 -0500
Subject: Re: how to post to a frame outside an applet
In article
<7582404.2642.1328331984615.JavaMail.geo-discussion-forums@yquu38>,

This is a pretty low level way to get text on the screen. You might want
to look at one of the text components, such as JTextArea. There's a
related example here:

<http://stackoverflow.com/a/3245805/230513>

--
John B. Matthews
trashgod at gmail dot com
<http://sites.google.com/site/drjohnbmatthews>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Maher  
View profile  
 More options Feb 15, 7:47 am
Newsgroups: comp.lang.java.programmer
From: "Richard Maher" <maher...@hotspamnotmail.com>
Date: Wed, 15 Feb 2012 20:47:40 +0800
Local: Wed, Feb 15 2012 7:47 am
Subject: Re: how to post to a frame outside an applet

<westin...@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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »