The Artima Developer Community
Sponsored Link

Java Answers Forum
help on program.

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
ravikumar

Posts: 10
Nickname: ji
Registered: Oct, 2002

help on program. Posted: Oct 18, 2002 2:13 PM
Reply to this message Reply
Advertisement
i want to pass a value from "sender" applet to " RECEIVER" applet.. ....so can i do this?

public class sender extends Applet {
double m = 0.5;
...........
public void mousePresse(MouseEvent event) {
Applet receiver = null;
receiver = getAppletContext().getApplet(m);
((RECEIVER)receiver).processRequestFrom(?????);

what should i write in "????"
i dont know how i can pass a value from sender to receiver when i press a mouse button in the "sender"....
can anny body help??

Topic: calling servlet in iPlanet Web Server. Previous Topic   Next Topic Topic: FTP client in Java

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use